Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::AvgPool3DGrad::Attrs
#include <nn_ops.h>
Optional attribute setters for AvgPool3DGrad.
Summary
Public functions
|
DataFormat(StringPiece x)
|
The data format of the input and output data.
|
Public attributes
StringPiece tensorflow::ops::AvgPool3DGrad::Attrs::data_format_ = "NDHWC"
Public functions
TF_MUST_USE_RESULT Attrs tensorflow::ops::AvgPool3DGrad::Attrs::DataFormat(
StringPiece x
)
The data format of the input and output data.
With 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].
Defaults to "NDHWC"
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[null,null,["Last updated 2021-11-15 UTC."],[],[],null,["# tensorflow::ops::AvgPool3DGrad::Attrs Struct Reference\n\ntensorflow::ops::AvgPool3DGrad::Attrs\n=====================================\n\n`#include \u003cnn_ops.h\u003e`\n\nOptional attribute setters for [AvgPool3DGrad](/api_docs/cc/class/tensorflow/ops/avg-pool3-d-grad#classtensorflow_1_1ops_1_1_avg_pool3_d_grad).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------------|---------------|\n| [data_format_](#structtensorflow_1_1ops_1_1_avg_pool3_d_grad_1_1_attrs_1a5a6c933896a01f928632c2f59b4f34af)` = \"NDHWC\"` | `StringPiece` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DataFormat](#structtensorflow_1_1ops_1_1_avg_pool3_d_grad_1_1_attrs_1a8a241e4ab1e60afe34124d193fcca40a)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/api_docs/cc/struct/tensorflow/ops/avg-pool3-d-grad/attrs#structtensorflow_1_1ops_1_1_avg_pool3_d_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::AvgPool3DGrad::Attrs::data_format_ = \"NDHWC\"\n``` \n\nPublic functions\n----------------\n\n### DataFormat\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::AvgPool3DGrad::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\""]]