tensoreflusso:: ops:: FakeQuantWithMinMaxArgsGradiente:: Attr
#include <array_ops.h>Setter di attributi facoltativi per FakeQuantWithMinMaxArgsGradient .
Riepilogo
| Attributi pubblici | |
|---|---|
| max_ = 6.0f | float | 
| min_ = -6.0f | float | 
| narrow_range_ = false | bool | 
| num_bits_ = 8 | int64 | 
| Funzioni pubbliche | |
|---|---|
| Max (float x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è 6. | 
| Min (float x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è -6. | 
| NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è falso. | 
| NumBits (int64 x) | TF_MUST_USE_RESULT Attrs Il valore predefinito è 8. | 
Attributi pubblici
massimo_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::max_ = 6.0f
min_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::min_ = -6.0f
intervallo_ristretto_
bool tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::narrow_range_ = false
num_bit_
int64 tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::num_bits_ = 8
Funzioni pubbliche
Massimo
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Max( float x )
Il valore predefinito è 6.
minimo
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Min( float x )
Il valore predefinito è -6.
Raggio ristretto
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NarrowRange( bool x )
Il valore predefinito è falso.
NumBits
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NumBits( int64 x )
Il valore predefinito è 8.