Class AvgPoolGrad.Inputs<T extends TNumber>
- Enclosing class:
AvgPoolGrad<T extends TNumber>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringSpecify the data format of the input and output data.4-D with shape[batch, height, width, channels].final long[]The size of the sliding window for each dimension of the input.1-D.final StringThe type of padding algorithm to use.final long[]The stride of the sliding window for each dimension of the input.final DataTypeThe T attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
origInputShape
-
grad
-
ksize
public final long[] ksizeThe size of the sliding window for each dimension of the input. -
strides
public final long[] stridesThe stride of the sliding window for each dimension of the input. -
padding
The type of padding algorithm to use. -
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]. -
T
The T attribute
-
-
Constructor Details
-
Inputs
-