MaxPoolGrad.Options

public static class MaxPoolGrad.Options

Optional attributes for MaxPoolGrad

Public Methods

MaxPoolGrad.Options
dataFormat(String dataFormat)

Inherited Methods

Public Methods

public MaxPoolGrad.Options dataFormat (String dataFormat)

Parameters
dataFormat Specify the data format of the input and output data. With the default format "NHWC", the data is stored in the order of: [batch, in_height, in_width, in_channels]. Alternatively, the format could be "NCHW", the data storage order of: [batch, in_channels, in_height, in_width].