tensorflow :: operaciones :: QuantizeV2 :: Atributos
#include <array_ops.h>
Configuradores de atributos opcionales para QuantizeV2 .
Resumen
Atributos públicos | |
---|---|
mode_ = "MIN_COMBINED" | StringPiece |
round_mode_ = "HALF_AWAY_FROM_ZERO" | StringPiece |
Funciones publicas | |
---|---|
Mode (StringPiece x) | TF_MUST_USE_RESULT Attrs El valor predeterminado es "MIN_COMBINED". |
RoundMode (StringPiece x) | TF_MUST_USE_RESULT Attrs El valor predeterminado es "HALF_AWAY_FROM_ZERO". |
Atributos públicos
modo_
StringPiece tensorflow::ops::QuantizeV2::Attrs::mode_ = "MIN_COMBINED"
round_mode_
StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"
Funciones publicas
Modo
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Mode( StringPiece x )
El valor predeterminado es "MIN_COMBINED".
RoundMode
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode( StringPiece x )
El valor predeterminado es "HALF_AWAY_FROM_ZERO".