fluxo tensor:: ops:: FakeQuantWithMinMaxArgsGradient:: Atributos
#include <array_ops.h>Configuradores de atributos opcionais para FakeQuantWithMinMaxArgsGradient .
Resumo
| Atributos públicos | |
|---|---|
| max_ = 6.0f | float | 
| min_ = -6.0f | float | 
| narrow_range_ = false | bool | 
| num_bits_ = 8 | int64 | 
| Funções públicas | |
|---|---|
| Max (float x) | TF_MUST_USE_RESULT Attrs O padrão é 6. | 
| Min (float x) | TF_MUST_USE_RESULT Attrs O padrão é -6. | 
| NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs O padrão é falso. | 
| NumBits (int64 x) | TF_MUST_USE_RESULT Attrs O padrão é 8. | 
Atributos públicos
máximo_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::max_ = 6.0f
min_
float tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::min_ = -6.0f
intervalo_estreito_
bool tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::narrow_range_ = false
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::num_bits_ = 8
Funções públicas
Máx.
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Max( float x )
O padrão é 6.
Mínimo
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::Min( float x )
O padrão é -6.
Faixa Estreita
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NarrowRange( bool x )
O padrão é falso.
Numbits
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgsGradient::Attrs::NumBits( int64 x )
O padrão é 8.