tensorflow :: operaciones :: QuantizeAndDequantizeV3
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
#include <array_ops.h>
Cuantiza 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) |
Funciones publicas | |
---|---|
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 :: ops :: QuantizeAndDequantizeV3 :: Attrs | Establecedores de atributos opcionales para QuantizeAndDequantizeV3 . |
Atributos públicos
operación
Operation operation
producción
::tensorflow::Output output
Funciones publicas
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
)
nodo
::tensorflow::Node * node() const