컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
텐서플로우:: 작전:: MaxPoolGradGrad:: 속성
#include <nn_ops.h>
MaxPoolGradGrad 에 대한 선택적 속성 설정자입니다.
요약
공공 기능 |
---|
DataFormat (StringPiece x) | 입력 및 출력 데이터의 데이터 형식을 지정합니다. |
공개 속성
StringPiece tensorflow::ops::MaxPoolGradGrad::Attrs::data_format_ = "NHWC"
공공 기능
TF_MUST_USE_RESULT Attrs tensorflow::ops::MaxPoolGradGrad::Attrs::DataFormat(
StringPiece x
)
입력 및 출력 데이터의 데이터 형식을 지정합니다.
기본 형식인 "NHWC"를 사용하면 데이터가 [batch, in_height, in_width, in_channels] 순서로 저장됩니다. 또는 형식은 [batch, in_channels, in_height, in_width]의 데이터 저장 순서인 "NCHW"일 수 있습니다.
기본값은 'NHWC'입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 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::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\""]]