Tensorflow :: ops :: QuantizedAdd
#include <math_ops.h>
Gibt x + y elementweise zurück und arbeitet an quantisierten Puffern.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- min_x: Der Gleitkommawert, den der niedrigste quantisierte
x
Wert darstellt. - max_x: Der Gleitkommawert, den der höchste quantisierte
x
Wert darstellt. - min_y: Der Gleitkommawert, den der niedrigste quantisierte
y
Wert darstellt. - max_y: Der Gleitkommawert, den der höchste quantisierte
y
Wert darstellt.
Kehrt zurück:
-
Output
z -
Output
min_z: Der Gleitkommawert, den der niedrigste quantisierte Ausgabewert darstellt. -
Output
max_z: Der Gleitkommawert, den der höchste quantisierte Ausgabewert darstellt.
HINWEIS : QuantizedAdd
unterstützt eingeschränkte Übertragungsformen. Mehr zum Rundfunk hier
Konstruktoren und Destruktoren | |
---|---|
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) |
Öffentliche Attribute | |
---|---|
max_z | |
min_z | |
operation | |
z |
Öffentliche statische Funktionen | |
---|---|
Toutput (DataType x) |
Strukturen | |
---|---|
tensorflow :: ops :: QuantizedAdd :: Attrs | Optionale Attributsetzer für QuantizedAdd . |
Öffentliche Attribute
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
Operation
Operation operation
z
::tensorflow::Output z
Öffentliche Funktionen
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
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 )
Öffentliche statische Funktionen
Toutput
Attrs Toutput( DataType x )