نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: النموذج الكمي

#include <array_ops.h>

تطبيع المثيل الكمي.

ملخص

الحجج:

  • النطاق: كائن النطاق
  • x: موتر إدخال رباعي الأبعاد.
  • x_min: القيمة التي يمثلها أقل المدخلات الكمية.
  • x_max: القيمة التي يمثلها أعلى المدخلات الكمية.

السمات الاختيارية (انظر Attrs ):

  • output_range_given: إذا كان صحيحًا ، يتم استخدام given_y_min و given_y_min و given_y_max على أنه نطاق الإخراج. خلاف ذلك ، يحسب التنفيذ نطاق الإخراج.
  • Given_y_min: الإخراج في y_min إذا كانت output_range_given صحيحة.
  • Given_y_max: الناتج في y_max إذا كانت output_range_given صحيحة.
  • variance_epsilon: رقم عائم صغير لتجنب القسمة على 0.
  • min_separation: الحد الأدنى لقيمة y_max - y_min

عائدات:

  • Output y: موتر 4D.
  • Output y_min: القيمة التي يمثلها أدنى ناتج كمي.
  • Output y_max: القيمة التي يمثلها أعلى ناتج كمي.

البنائين والمدمرين

QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max)
QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs)

السمات العامة

operation
y
y_max
y_min

وظائف ثابتة عامة

GivenYMax (float x)
GivenYMin (float x)
MinSeparation (float x)
OutputRangeGiven (bool x)
VarianceEpsilon (float x)

الهياكل

tensorflow :: ops :: QuantizedInstanceNorm :: Attrs

محددات السمات الاختيارية لـ QuantizedInstanceNorm .

السمات العامة

عملية

Operation operation

ذ

::tensorflow::Output y

y_max

::tensorflow::Output y_max

y_min

::tensorflow::Output y_min

الوظائف العامة

النموذج الكمي

 QuantizedInstanceNorm(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input x_min,
  ::tensorflow::Input x_max
)

النموذج الكمي

03 ج 8001880

وظائف ثابتة عامة

جيفن واي ماكس

Attrs GivenYMax(
  float x
)

جيفن

Attrs GivenYMin(
  float x
)

دقيقة

Attrs MinSeparation(
  float x
)

OutputRangeGiven

Attrs OutputRangeGiven(
  bool x
)

الفارق ابسيلون

Attrs VarianceEpsilon(
  float x
)