tensorflow :: operaciones :: QuantizeAndDequantizeV3 :: Atributos
#include <array_ops.h>
Establecedores de atributos opcionales para QuantizeAndDequantizeV3 .
Resumen
Atributos públicos | |
---|---|
narrow_range_ = false | bool |
range_given_ = true | bool |
signed_input_ = true | bool |
Funciones publicas | |
---|---|
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs El valor predeterminado es falso. |
RangeGiven (bool x) | TF_MUST_USE_RESULT Attrs Por defecto es verdadero. |
SignedInput (bool x) | TF_MUST_USE_RESULT Attrs Por defecto es verdadero. |
Atributos públicos
rango estrecho_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::narrow_range_ = false
range_given_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::range_given_ = true
entrada_firmada_
bool tensorflow::ops::QuantizeAndDequantizeV3::Attrs::signed_input_ = true
Funciones publicas
Rango estrecho
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::NarrowRange( bool x )
El valor predeterminado es falso.
RangeGiven
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::RangeGiven( bool x )
Por defecto es verdadero.
SignedInput
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeAndDequantizeV3::Attrs::SignedInput( bool x )
Por defecto es verdadero.