MaxPool3dGrad.Options

public static class MaxPool3dGrad.Options

Optional attributes for MaxPool3dGrad

Public Methods

MaxPool3dGrad.Options
dataFormat(String dataFormat)

Inherited Methods

Public Methods

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