flujo tensor:: operaciones:: CuantizarV2:: 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 públicas | |
|---|---|
 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"
modo_redondo_
StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"
Funciones públicas
Modo
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Mode( StringPiece x )
El valor predeterminado es "MIN_COMBINED".
Modo redondo
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode( StringPiece x )
El valor predeterminado es "HALF_AWAY_FROM_ZERO".