fluxo tensor:: ops:: QuantizadoAdicionar
#include <math_ops.h>Retorna x + y elemento a elemento, trabalhando em buffers quantizados.
Resumo
Argumentos:
- escopo: um objeto Escopo
- min_x: O valor flutuante que o valor
xquantizado mais baixo representa. - max_x: O valor flutuante que o valor
xquantizado mais alto representa. - min_y: O valor flutuante que o valor
yquantizado mais baixo representa. - max_y: O valor flutuante que o valor
yquantizado mais alto representa.
Retorna:
-
Outputz -
Outputmin_z: o valor flutuante que o valor de saída quantizado mais baixo representa. -
Outputmax_z: o valor flutuante que o valor de saída quantizado mais alto representa.
NOTA : QuantizedAdd suporta formas limitadas de transmissão. Mais sobre transmissão aqui
Construtores e Destruidores | |
|---|---|
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 | |
Funções estáticas públicas | |
|---|---|
Toutput (DataType x) | |
Estruturas | |
|---|---|
| tensorflow:: ops:: QuantizedAdd:: Attrs | Configuradores de atributos opcionais para QuantizedAdd . |
Atributos públicos
max_z
::tensorflow::Output max_z
min_z
::tensorflow::Output min_z
operação
Operation operation
z
::tensorflow::Output z
Funções públicas
QuantizadoAdicionar
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 )
QuantizadoAdicionar
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 )
Funções estáticas públicas
Saída
Attrs Toutput( DataType x )