tensoreflusso:: ops:: QuantizzaV2:: Attr
#include <array_ops.h>
Setter di attributi opzionali per QuantizeV2 .
Riepilogo
Attributi pubblici | |
---|---|
axis_ = -1 | int64 |
ensure_minimum_range_ = 0.01f | float |
mode_ = "MIN_COMBINED" | StringPiece |
narrow_range_ = false | bool |
round_mode_ = "HALF_AWAY_FROM_ZERO" | StringPiece |
Funzioni pubbliche | |
---|---|
Axis (int64 x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è -1. |
EnsureMinimumRange (float x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è 0,01. |
Mode (StringPiece x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è "MIN_COMBINED". |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è falso. |
RoundMode (StringPiece x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è "HALF_AWAY_FROM_ZERO". |
Attributi pubblici
asse_
int64 tensorflow::ops::QuantizeV2::Attrs::axis_ = -1
garantire_intervallo_minimo_
float tensorflow::ops::QuantizeV2::Attrs::ensure_minimum_range_ = 0.01f
modalità_
StringPiece tensorflow::ops::QuantizeV2::Attrs::mode_ = "MIN_COMBINED"
intervallo_ristretto_
bool tensorflow::ops::QuantizeV2::Attrs::narrow_range_ = false
round_mode_
StringPiece tensorflow::ops::QuantizeV2::Attrs::round_mode_ = "HALF_AWAY_FROM_ZERO"
Funzioni pubbliche
Asse
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Axis( int64 x )
Il valore predefinito è -1.
GuaranteeIntervallo minimo
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::EnsureMinimumRange( float x )
Il valore predefinito è 0,01.
Modalità
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::Mode( StringPiece x )
Il valore predefinito è "MIN_COMBINED".
Raggio ristretto
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::NarrowRange( bool x )
Il valore predefinito è falso.
Modalità rotonda
TF_MUST_USE_RESULT Attrs tensorflow::ops::QuantizeV2::Attrs::RoundMode( StringPiece x )
Il valore predefinito è "HALF_AWAY_FROM_ZERO".