DepthwiseConv2dNativeBackpropInput.Options

public static class DepthwiseConv2dNativeBackpropInput.Options

Optional attributes for DepthwiseConv2dNativeBackpropInput

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public DepthwiseConv2dNativeBackpropInput.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, height, width, channels]. Alternatively, the format could be "NCHW", the data storage order of: [batch, channels, height, width].

public DepthwiseConv2dNativeBackpropInput.Options dilations (List<Long> dilations)

Parameters
dilations 1-D tensor of length 4. The dilation factor for each dimension of `input`. If set to k > 1, there will be k-1 skipped cells between each filter element on that dimension. The dimension order is determined by the value of `data_format`, see above for details. Dilations in the batch and depth dimensions must be 1.

public DepthwiseConv2dNativeBackpropInput.Options explicitPaddings (List<Long> explicitPaddings)