tensorflow :: operaciones :: QuantizedAdd
#include <math_ops.h>Devuelve x + y elemento-sabio, trabajando en búferes cuantificados.
Resumen
Argumentos:
- alcance: un objeto de alcance
- min_x: el valor flotante que representa el valor
xcuantificado más bajo. - max_x: el valor flotante que representa el valor
xcuantificado más alto. - min_y: el valor flotante que representa el valor
ycuantificado más bajo. - max_y: el valor flotante que representa el valor
ycuantificado más alto.
Devoluciones:
-
Outputz -
Outputmin_z: el valor flotante que representa el valor de salida cuantificado más bajo. -
Outputmax_z: el valor flotante que representa el valor de salida cuantificado más alto.
NOTA : QuantizedAdd admite formas limitadas de transmisión. Más sobre retransmisiones aquí
Constructores y Destructores | |
|---|---|
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) |
Atributos públicos | |
|---|---|
max_z | |
min_z | |
operation | |
z | |
Funciones estáticas públicas | |
|---|---|
Toutput (DataType x) | |
Estructuras | |
|---|---|
| tensorflow :: ops :: QuantizedAdd :: Attrs | Configuradores de atributos opcionales para QuantizedAdd . |
Atributos públicos
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
operación
Operation operation
z
::tensorflow::Output z
Funciones publicas
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 )
Funciones estáticas públicas
Toutput
Attrs Toutput( DataType x )