#include <nn_ops.h>
Optional attribute setters for AvgPool3D.
Public attributes | |
---|---|
data_format_ = "NDHWC" | StringPiece |
Public functions | |
---|---|
DataFormat(StringPiece x) | TF_MUST_USE_RESULT Attrs The data format of the input and output data. |
StringPiece tensorflow::ops::AvgPool3D::Attrs::data_format_ = "NDHWC"
TF_MUST_USE_RESULT Attrs tensorflow::ops::AvgPool3D::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"
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/avg-pool3-d/attrs.html