จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: ปฏิบัติการ:: MaxPool3D:: คุณสมบัติ
#include <nn_ops.h>
ตัวตั้งค่าคุณลักษณะเสริมสำหรับ MaxPool3D
สรุป
งานสาธารณะ |
---|
DataFormat (StringPiece x) | รูปแบบข้อมูลของข้อมูลอินพุตและเอาต์พุต |
คุณลักษณะสาธารณะ
StringPiece tensorflow::ops::MaxPool3D::Attrs::data_format_ = "NDHWC"
งานสาธารณะ
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3D::Attrs::DataFormat(
StringPiece x
)
รูปแบบข้อมูลของข้อมูลอินพุตและเอาต์พุต
ด้วยรูปแบบเริ่มต้น "NDHWC" ข้อมูลจะถูกจัดเก็บตามลำดับ: [batch, in_ allowance, in_height, in_width, in_channels] หรืออีกทางหนึ่ง รูปแบบอาจเป็น "NCDHW" ลำดับการจัดเก็บข้อมูลคือ: [batch, in_channels, in_ledge, in_height, in_width]
ค่าเริ่มต้นเป็น "NDHWC"
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# tensorflow::ops::MaxPool3D::Attrs Struct Reference\n\ntensorflow::ops::MaxPool3D::Attrs\n=================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [MaxPool3D](/versions/r2.3/api_docs/cc/class/tensorflow/ops/max-pool3-d#classtensorflow_1_1ops_1_1_max_pool3_d).\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_max_pool3_d_1_1_attrs_1ae44ee86ea3d7d255eb738976e0cf2122)` = \"NDHWC\"` | `StringPiece` |\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_max_pool3_d_1_1_attrs_1ac2be31d1ef66e4a847b943893b8ea275)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/max-pool3-d/attrs#structtensorflow_1_1ops_1_1_max_pool3_d_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::MaxPool3D::Attrs::data_format_ = \"NDHWC\"\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPool3D::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\""]]