コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テンソルフロー::作戦:: FusedBatchNormGradV3::属性
#include <nn_ops.h>
FusedBatchNormGradV3のオプションの属性セッター。
まとめ
公共機能 |
---|
DataFormat (StringPiece x) | y_backprop、x、x_backprop のデータ形式。 |
Epsilon (float x) | 小さな浮動小数点数が x の分散に追加されます。 |
IsTraining (bool x) | 操作がトレーニング (デフォルト) または推論のためであることを示すブール値。 |
パブリック属性
StringPiece tensorflow::ops::FusedBatchNormGradV3::Attrs::data_format_ = "NHWC"
イプシロン_
float tensorflow::ops::FusedBatchNormGradV3::Attrs::epsilon_ = 0.0001f
is_トレーニング_
bool tensorflow::ops::FusedBatchNormGradV3::Attrs::is_training_ = true
公共機能
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::DataFormat(
StringPiece x
)
y_backprop、x、x_backprop のデータ形式。
「NHWC」(デフォルト)または「NCHW」のいずれか。
デフォルトは「NHWC」
イプシロン
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::Epsilon(
float x
)
小さな浮動小数点数が x の分散に追加されます。
デフォルトは 0.0001
トレーニングです
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::IsTraining(
bool x
)
操作がトレーニング (デフォルト) または推論のためであることを示すブール値。
デフォルトは true
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],[],null,["# tensorflow::ops::FusedBatchNormGradV3::Attrs Struct Reference\n\ntensorflow::ops::FusedBatchNormGradV3::Attrs\n============================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [FusedBatchNormGradV3](/versions/r2.3/api_docs/cc/class/tensorflow/ops/fused-batch-norm-grad-v3#classtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1a1e9b396bca7ac76c9f4cd713c02c3b30)` = \"NHWC\"` | `StringPiece` |\n| [epsilon_](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1ad1d4ad184203580c07baab6589232268)` = 0.0001f` | `float` |\n| [is_training_](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1addb2755bb1e2276516f46691383f4a5f)` = true` | `bool` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1a21e259cff246a1ff4380c999c5e94dc7)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/fused-batch-norm-grad-v3/attrs#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs) The data format for y_backprop, x, x_backprop. |\n| [Epsilon](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1a81064057922396feb1efa5082c2c5e04)`(float x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/fused-batch-norm-grad-v3/attrs#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs) A small float number added to the variance of x. |\n| [IsTraining](#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs_1aacf4248afad76a4ff0bb4e2cd7f73218)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/fused-batch-norm-grad-v3/attrs#structtensorflow_1_1ops_1_1_fused_batch_norm_grad_v3_1_1_attrs) A bool value to indicate the operation is for training (default) or inference. |\n\nPublic attributes\n-----------------\n\n### data_format_\n\n```scdoc\nStringPiece tensorflow::ops::FusedBatchNormGradV3::Attrs::data_format_ = \"NHWC\"\n``` \n\n### epsilon_\n\n```scdoc\nfloat tensorflow::ops::FusedBatchNormGradV3::Attrs::epsilon_ = 0.0001f\n``` \n\n### is_training_\n\n```scdoc\nbool tensorflow::ops::FusedBatchNormGradV3::Attrs::is_training_ = true\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::DataFormat(\n StringPiece x\n)\n``` \nThe data format for y_backprop, x, x_backprop.\n\nEither \"NHWC\" (default) or \"NCHW\".\n\nDefaults to \"NHWC\" \n\n### Epsilon\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::Epsilon(\n float x\n)\n``` \nA small float number added to the variance of x.\n\nDefaults to 0.0001 \n\n### IsTraining\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNormGradV3::Attrs::IsTraining(\n bool x\n)\n``` \nA bool value to indicate the operation is for training (default) or inference.\n\nDefaults to true"]]