संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टेंसरफ़्लो:: ऑप्स:: मैक्सपूल3डीग्रैडग्रैड:: Attrs
#include <nn_ops.h>
MaxPool3DGradGrad के लिए वैकल्पिक विशेषता सेटर्स।
सारांश
सार्वजनिक समारोह |
---|
DataFormat (StringPiece x) | इनपुट और आउटपुट डेटा का डेटा प्रारूप। |
सार्वजनिक गुण
StringPiece tensorflow::ops::MaxPool3DGradGrad::Attrs::data_format_ = "NDHWC"
सार्वजनिक समारोह
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3DGradGrad::Attrs::DataFormat(
StringPiece x
)
इनपुट और आउटपुट डेटा का डेटा प्रारूप।
डिफ़ॉल्ट प्रारूप "एनडीएचडब्ल्यूसी" के साथ, डेटा को इस क्रम में संग्रहीत किया जाता है: [बैच, इन_डेप्थ, इन_हाइट, इन_विड्थ, इन_चैनल्स]। वैकल्पिक रूप से, प्रारूप "एनसीडीएचडब्ल्यू" हो सकता है, डेटा भंडारण क्रम है: [बैच, इन_चैनल्स, इन_डेप्थ, इन_हाइट, इन_विड्थ]।
डिफ़ॉल्ट रूप से "एनडीएचडब्ल्यूसी"
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# tensorflow::ops::MaxPool3DGradGrad::Attrs Struct Reference\n\ntensorflow::ops::MaxPool3DGradGrad::Attrs\n=========================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [MaxPool3DGradGrad](/versions/r1.15/api_docs/cc/class/tensorflow/ops/max-pool3-d-grad-grad#classtensorflow_1_1ops_1_1_max_pool3_d_grad_grad).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs_1a8b1601f316f6dc1dd9218256876c464f)` = \"NDHWC\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs_1ace815c65a020bb34a92af94d169e9da6)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/max-pool3-d-grad-grad/attrs#structtensorflow_1_1ops_1_1_max_pool3_d_grad_grad_1_1_attrs) The data format of the input and output data. |\n\nPublic attributes\n-----------------\n\n### data_format_\n\n```scdoc\nStringPiece tensorflow::ops::MaxPool3DGradGrad::Attrs::data_format_ = \"NDHWC\"\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3DGradGrad::Attrs::DataFormat(\n StringPiece x\n)\n``` \nThe data format of the input and output data.\n\nWith the default format \"NDHWC\", the data is stored in the order of: \\[batch, in_depth, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCDHW\", the data storage order is: \\[batch, in_channels, in_depth, in_height, in_width\\].\n\nDefaults to \"NDHWC\""]]