MaxPool3dGradGrad.Options

public static class MaxPool3dGradGrad.Options

Optional attributes for MaxPool3dGradGrad

Public Methods

MaxPool3dGradGrad.Options
dataFormat(String dataFormat)

Inherited Methods

Public Methods

public MaxPool3dGradGrad.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].