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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
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
-