컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: MaxPool3DGradGrad:: 속성
#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
)
입력 및 출력 데이터의 데이터 형식입니다.
기본 형식 "NDHWC"를 사용하면 데이터가 [batch, in_length, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식이 "NCDHW"일 수 있으며 데이터 저장 순서는 [batch, in_channels, in_length, in_height, in_width]입니다.
기본값은 "NDHWC"입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 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\""]]