flujo tensor:: operaciones:: Cuantizar y descuantificar V3
#include <array_ops.h>
Cuantiza y luego descuantifica un tensor.
Resumen
Esto es casi idéntico a QuantizeAndDequantizeV2 , excepto que num_bits es un tensor, por lo que su valor puede cambiar durante el entrenamiento.
Argumentos:
- alcance: un objeto de alcance
Devoluciones:
-
Output
: El tensor de salida.
Constructores y destructores | |
---|---|
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 |
Funciones públicas | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Funciones estáticas públicas | |
---|---|
NarrowRange (bool x) | |
RangeGiven (bool x) | |
SignedInput (bool x) |
estructuras | |
---|---|
tensorflow:: operaciones:: QuantizeAndDequantizeV3:: Atributos | Configuradores de atributos opcionales para QuantizeAndDequantizeV3 . |
Atributos públicos
operación
Operation operation
producción
::tensorflow::Output output
Funciones públicas
Cuantizar y descuantificar V3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits )
Cuantizar y descuantificar V3
QuantizeAndDequantizeV3( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input input_min, ::tensorflow::Input input_max, ::tensorflow::Input num_bits, const QuantizeAndDequantizeV3::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operador::tensorflow::Entrada
operator::tensorflow::Input() const
operador::tensorflow::Salida
operator::tensorflow::Output() const
Funciones estáticas públicas
Rango estrecho
Attrs NarrowRange( bool x )
Rango dado
Attrs RangeGiven( bool x )
Entrada firmada
Attrs SignedInput( bool x )