تدفق التوتر:: العمليات:: إضافة كمية
#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: القيمة العائمة التي تمثل أعلى قيمة إخراج مكممة.
ملاحظة : يدعم QuantizedAdd
أشكالًا محدودة من البث. المزيد عن البث هنا
البنائين والمدمرين | |
---|---|
QuantizedAdd (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) | |
QuantizedAdd (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 QuantizedAdd::Attrs & attrs) |
الهياكل | |
---|---|
Tensorflow:: ops:: QuantizedAdd:: Attrs | محددات السمات الاختيارية لـ QuantizedAdd . |
الصفات العامة
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
عملية
Operation operation
ض
::tensorflow::Output z
الوظائف العامة
إضافة كمية
QuantizedAdd( 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 )
إضافة كمية
QuantizedAdd( 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 QuantizedAdd::Attrs & attrs )
وظائف ثابتة العامة
توتبوت
Attrs Toutput( DataType x )