تدفق التوتر:: العمليات:: QuantizedMul
#include <math_ops.h>
تُرجع العناصر x * y، وتعمل على المخازن المؤقتة الكمية.
ملخص
الحجج:
- النطاق: كائن النطاق
- min_x: القيمة العائمة التي تمثلها أقل قيمة
x
مكمَّمة. - max_x: القيمة العائمة التي تمثل أعلى قيمة
x
مكمَّمة. - min_y: القيمة العائمة التي تمثلها أقل قيمة
y
مكممة. - max_y: القيمة العائمة التي تمثلها أعلى قيمة
y
مكمَّمة.
العوائد:
-
Output
ض -
Output
min_z: القيمة العائمة التي تمثل أقل قيمة إخراج مكممة. -
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) |
الهياكل | |
---|---|
Tensorflow:: ops:: QuantizedMul:: Attrs | محددات السمات الاختيارية لـ QuantizedMul . |
الصفات العامة
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
عملية
Operation operation
ض
::tensorflow::Output 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
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
)