flux tensoriel : : opérations : : Déquantifier : : Attributs
#include <array_ops.h>
Setters d'attributs facultatifs pour Dequantize .
Résumé
Attributs publics | |
---|---|
axis_ = -1 | int64 |
dtype_ = DT_FLOAT | DataType |
mode_ = "MIN_COMBINED" | StringPiece |
narrow_range_ = false | bool |
Fonctions publiques | |
---|---|
Axis (int64 x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est -1. |
Dtype (DataType x) | TF_MUST_USE_RESULT Attrs Type du tenseur de sortie. |
Mode (StringPiece x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est "MIN_COMBINED". |
NarrowRange (bool x) | TF_MUST_USE_RESULT Attrs La valeur par défaut est false. |
Attributs publics
axe_
int64 tensorflow::ops::Dequantize::Attrs::axis_ = -1
dtype_
DataType tensorflow::ops::Dequantize::Attrs::dtype_ = DT_FLOAT
mode_
StringPiece tensorflow::ops::Dequantize::Attrs::mode_ = "MIN_COMBINED"
plage_étroite_
bool tensorflow::ops::Dequantize::Attrs::narrow_range_ = false
Fonctions publiques
Axe
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Axis( int64 x )
La valeur par défaut est -1.
Type D
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Dtype( DataType x )
Type du tenseur de sortie.
Actuellement, Dequantize prend en charge float et bfloat16. Si 'dtype' est 'bfloat16', il ne prend en charge que le mode 'MIN_COMBINED'.
La valeur par défaut est DT_FLOAT
Mode
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::Mode( StringPiece x )
La valeur par défaut est "MIN_COMBINED".
Plage étroite
TF_MUST_USE_RESULT Attrs tensorflow::ops::Dequantize::Attrs::NarrowRange( bool x )
La valeur par défaut est false.