public static class
AvgPool3dGrad.Options
Optional attributes for AvgPool3dGrad
Public Methods
AvgPool3dGrad.Options |
dataFormat(String dataFormat)
|
Inherited Methods
Public Methods
public AvgPool3dGrad.Options dataFormat (String dataFormat)
Parameters
dataFormat | 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]. |
---|