tensorflow:: אופס:: MaxPoolGradGrad:: Attrs
#include <nn_ops.h>
קובעי תכונות אופציונליים עבור MaxPoolGradGrad .
תַקצִיר
תכונות ציבוריות | |
---|---|
data_format_ = "NHWC" | StringPiece |
תפקידים ציבוריים | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs ציין את פורמט הנתונים של נתוני הקלט והפלט. |
תכונות ציבוריות
data_format_
StringPiece tensorflow::ops::MaxPoolGradGrad::Attrs::data_format_ = "NHWC"
תפקידים ציבוריים
DataFormat
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGrad::Attrs::DataFormat( StringPiece x )
ציין את פורמט הנתונים של נתוני הקלט והפלט.
עם פורמט ברירת המחדל "NHWC", הנתונים מאוחסנים בסדר של: [אצווה, גובה_ב, רוחב_, בערוצים_]. לחלופין, הפורמט יכול להיות "NCHW", סדר אחסון הנתונים של: [אצווה, in_channels, in_height, in_width].
ברירת המחדל היא "NHWC"
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# tensorflow::ops::MaxPoolGradGrad::Attrs Struct Reference\n\ntensorflow::ops::MaxPoolGradGrad::Attrs\n=======================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [MaxPoolGradGrad](/versions/r1.15/api_docs/cc/class/tensorflow/ops/max-pool-grad-grad#classtensorflow_1_1ops_1_1_max_pool_grad_grad).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_max_pool_grad_grad_1_1_attrs_1a33321f62c140c92a6cae8d3f427ce6ba)` = \"NHWC\"` | `StringPiece` |\n\n| ### Public functions ||\n|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_max_pool_grad_grad_1_1_attrs_1a60f307808893861130c1b3dab22880ff)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/max-pool-grad-grad/attrs#structtensorflow_1_1ops_1_1_max_pool_grad_grad_1_1_attrs) Specify the data format of the input and output data. |\n\nPublic attributes\n-----------------\n\n### data_format_\n\n```scdoc\nStringPiece tensorflow::ops::MaxPoolGradGrad::Attrs::data_format_ = \"NHWC\"\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGrad::Attrs::DataFormat(\n StringPiece x\n)\n``` \nSpecify the data format of the input and output data.\n\nWith the default format \"NHWC\", the data is stored in the order of: \\[batch, in_height, in_width, in_channels\\]. Alternatively, the format could be \"NCHW\", the data storage order of: \\[batch, in_channels, in_height, in_width\\].\n\nDefaults to \"NHWC\""]]