flujo tensor:: operaciones:: CuantizadoAgregar
#include <math_ops.h>Devuelve x + y por elementos, trabajando en buffers 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 públicas
CuantizadoAgregar
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 )
CuantizadoAgregar
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
salida
Attrs Toutput( DataType x )