Class Dilation2dBackpropInput.Inputs<T extends TNumber>
java.lang.Object
org.tensorflow.op.RawOpInputs<Dilation2dBackpropInput<T>>
org.tensorflow.op.nn.Dilation2dBackpropInput.Inputs<T>
- Enclosing class:
Dilation2dBackpropInput<T extends TNumber>
public static class Dilation2dBackpropInput.Inputs<T extends TNumber>
extends RawOpInputs<Dilation2dBackpropInput<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription3-D with shape[filter_height, filter_width, depth].4-D with shape[batch, in_height, in_width, depth].4-D with shape[batch, out_height, out_width, depth].final StringThe type of padding algorithm to use.final long[]1-D of length 4.final long[]1-D of length 4.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
-
input
-
filter
-
outBackprop
-
T
The T attribute -
strides
public final long[] strides1-D of length 4. The stride of the sliding window for each dimension of the input tensor. Must be:[1, stride_height, stride_width, 1]. -
rates
public final long[] rates1-D of length 4. The input stride for atrous morphological dilation. Must be:[1, rate_height, rate_width, 1]. -
padding
The type of padding algorithm to use.
-
-
Constructor Details
-
Inputs
-