fluxo tensor:: ops:: QuantizeAndDequantizeV3
#include <array_ops.h>Quantiza e desquantiza um tensor.
Resumo
Isso é quase idêntico a QuantizeAndDequantizeV2 , exceto que num_bits é um tensor, portanto seu valor pode mudar durante o treinamento.
Argumentos:
- escopo: um objeto Escopo
Retorna:
-  Output: o tensor de saída.
| Construtores e Destruidores | |
|---|---|
| QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits) | |
| QuantizeAndDequantizeV3 (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input input_min, :: tensorflow::Input input_max, :: tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs) | 
| Atributos públicos | |
|---|---|
| operation | |
| output | |
| Funções públicas | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| Funções estáticas públicas | |
|---|---|
| NarrowRange (bool x) | |
| RangeGiven (bool x) | |
| SignedInput (bool x) | |
| Estruturas | |
|---|---|
| tensorflow:: ops:: QuantizeAndDequantizeV3:: Attrs | Configuradores de atributos opcionais para QuantizeAndDequantizeV3 . | 
Atributos públicos
operação
Operation operation
saída
::tensorflow::Output output
Funções públicas
QuantizeAndDequantizeV3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits )
QuantizeAndDequantizeV3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs )
nó
::tensorflow::Node * node() const
operador::tensorflow::Input
operator::tensorflow::Input() const
operador::tensorflow::Saída
operator::tensorflow::Output() const
Funções estáticas públicas
Faixa Estreita
Attrs NarrowRange( bool x )
Alcance dado
Attrs RangeGiven( bool x )
Entrada assinada
Attrs SignedInput( bool x )