tensorflow :: ops :: QuantizeAndDequantizeV3
#include <array_ops.h>
Quantiza então 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 Scope
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) |
Structs | |
---|---|
tensorflow :: ops :: QuantizeAndDequantizeV3 :: Attrs | Configuradores de atributos opcionais para QuantizeAndDequantizeV3 . |
Atributos públicos
Operação
Operation operation
resultado
::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
Curto alcance
Attrs NarrowRange( bool x )
RangeGiven
Attrs RangeGiven( bool x )
SignedInput
Attrs SignedInput( bool x )