flux tensoriel : : opérations : : FusedBatchNormGradV3 :: Attributs
#include <nn_ops.h>
Setters d'attributs facultatifs pour FusedBatchNormGradV3 .
Résumé
Attributs publics | |
---|---|
data_format_ = "NHWC" | StringPiece |
epsilon_ = 0.0001f | float |
is_training_ = true | bool |
Fonctions publiques | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs Le format de données pour y_backprop, x, x_backprop. |
Epsilon (float x) | TF_MUST_USE_RESULT Attrs Un petit nombre flottant ajouté à la variance de x. |
IsTraining (bool x) | TF_MUST_USE_RESULT Attrs Une valeur booléenne pour indiquer que l'opération est destinée à la formation (par défaut) ou à l'inférence. |
Attributs publics
format_données_
StringPiece tensorflow::ops::FusedBatchNormGradV3::Attrs::data_format_ = "NHWC"
epsilon_
float tensorflow::ops::FusedBatchNormGradV3::Attrs::epsilon_ = 0.0001f
est_training_
bool tensorflow::ops::FusedBatchNormGradV3::Attrs::is_training_ = true
Fonctions publiques
Format de données
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::DataFormat( StringPiece x )
Le format de données pour y_backprop, x, x_backprop.
Soit « NHWC » (par défaut) soit « NCHW ».
La valeur par défaut est "NHWC"
Épsilon
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::Epsilon( float x )
Un petit nombre flottant ajouté à la variance de x.
La valeur par défaut est 0,0001
EstFormation
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::IsTraining( bool x )
Une valeur booléenne pour indiquer que l'opération est destinée à la formation (par défaut) ou à l'inférence.
La valeur par défaut est vrai