flux tensoriel : : opérations : : FakeQuantWithMinMaxArgs :: Attributs
#include <array_ops.h>
Setters d'attributs facultatifs pour FakeQuantWithMinMaxArgs .
Résumé
Attributs publics | |
---|---|
max_ = 6.0f | float |
min_ = -6.0f | float |
narrow_range_ = false | bool |
num_bits_ = 8 | int64 |
Fonctions publiques | |
---|---|
Max (float x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est 6. |
Min (float x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est -6. |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est false. |
NumBits (int64 x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est 8. |
Attributs publics
max_
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::max_ = 6.0f
min_
float tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::min_ = -6.0f
plage_étroite_
bool tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::narrow_range_ = false
num_bits_
int64 tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::num_bits_ = 8
Fonctions publiques
Max.
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Max( float x )
La valeur par défaut est 6.
Min.
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::Min( float x )
La valeur par défaut est -6.
Plage étroite
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::NarrowRange( bool x )
La valeur par défaut est false.
Nombre de bits
TF_MUST_USE_RESULT Attrs tensorflow::ops::FakeQuantWithMinMaxArgs::Attrs::NumBits( int64 x )
La valeur par défaut est 8.