Tensorflow :: ops :: FusedBatchNormGradV2 :: Attrs
#include <nn_ops.h>
Optionale Attributsetzer für FusedBatchNormGradV2 .
Zusammenfassung
Öffentliche Attribute | |
---|---|
data_format_ = "NHWC" | StringPiece |
epsilon_ = 0.0001f | float |
is_training_ = true | bool |
Öffentliche Funktionen | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs Das Datenformat für y_backprop, x, x_backprop. |
Epsilon (float x) | TF_MUST_USE_RESULT Attrs Eine kleine Gleitkommazahl addiert sich zur Varianz von x. |
IsTraining (bool x) | TF_MUST_USE_RESULT Attrs Ein Bool-Wert zur Angabe der Operation dient zum Training (Standard) oder zur Inferenz. |
Öffentliche Attribute
Datei Format_
StringPiece tensorflow::ops::FusedBatchNormGradV2::Attrs::data_format_ = "NHWC"
Epsilon_
float tensorflow::ops::FusedBatchNormGradV2::Attrs::epsilon_ = 0.0001f
is_training_
bool tensorflow::ops::FusedBatchNormGradV2::Attrs::is_training_ = true
Öffentliche Funktionen
Datei Format
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV2::Attrs::DataFormat( StringPiece x )
Das Datenformat für y_backprop, x, x_backprop.
Entweder "NHWC" (Standard) oder "NCHW".
Der Standardwert ist "NHWC".
Epsilon
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV2::Attrs::Epsilon( float x )
Eine kleine Gleitkommazahl addiert sich zur Varianz von x.
Der Standardwert ist 0,0001
IsTraining
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV2::Attrs::IsTraining( bool x )
Ein Bool-Wert zur Angabe der Operation dient zum Training (Standard) oder zur Inferenz.
Der Standardwert ist true