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

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

#include <math_ops.h>

إرجاع x * y من حيث العناصر ، والعمل على المخازن المؤقتة الكمية.

ملخص

الحجج:

  • النطاق: كائن النطاق
  • min_x: القيمة العائمة التي تمثلها أدنى قيمة x كمية.
  • max_x: القيمة العائمة التي تمثلها أعلى قيمة كمية x .
  • min_y: القيمة العائمة التي تمثلها أدنى قيمة y كمية.
  • max_y: القيمة العائمة التي تمثلها أعلى قيمة كمية y .

عائدات:

  • Output z
  • min_z Output : القيمة العائمة التي تمثلها أدنى قيمة كمية للإخراج.
  • Output max_z: قيمة تعويم أن أعلى قيمة الانتاج الكم تمثل.

ملاحظة : يدعم QuantizedMul أشكالًا محدودة من البث. المزيد عن البث هنا

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

QuantizedMul (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y)
QuantizedMul (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y, :: tensorflow::Input min_x, :: tensorflow::Input max_x, :: tensorflow::Input min_y, :: tensorflow::Input max_y, const QuantizedMul::Attrs & attrs)

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

max_z
min_z
operation
z

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

Toutput (DataType x)

الهياكل

tensorflow :: العمليات :: QuantizedMul :: Attrs

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

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

ماكس_ز

::tensorflow::Output max_z

دقيقة_ع

::tensorflow::Output min_z

عملية

Operation operation

ض

::tensorflow::Output z

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

كمي

 QuantizedMul(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  ::tensorflow::Input min_x,
  ::tensorflow::Input max_x,
  ::tensorflow::Input min_y,
  ::tensorflow::Input max_y
)

كمي

 QuantizedMul(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input y,
  ::tensorflow::Input min_x,
  ::tensorflow::Input max_x,
  ::tensorflow::Input min_y,
  ::tensorflow::Input max_y,
  const QuantizedMul::Attrs & attrs
)

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

توتوت

Attrs Toutput(
  DataType x
)