Class FractionalAvgPoolGrad.Inputs<T extends TNumber>
java.lang.Object
org.tensorflow.op.RawOpInputs<FractionalAvgPoolGrad<T>>
org.tensorflow.op.nn.FractionalAvgPoolGrad.Inputs<T>
- Enclosing class:
FractionalAvgPoolGrad<T extends TNumber>
public static class FractionalAvgPoolGrad.Inputs<T extends TNumber>
extends RawOpInputs<FractionalAvgPoolGrad<T>>
-
Field Summary
FieldsModifier and TypeFieldDescriptioncolumn pooling sequence, form pooling region with row_pooling sequence.Original input tensor shape forfractional_avg_pool4-D with shape[batch, height, width, channels].final booleanWhen set to True, it means when pooling, the values at the boundary of adjacent pooling cells are used by both cells.row pooling sequence, form pooling region with col_pooling_sequence.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
-
origInputTensorShape
-
outBackprop
-
rowPoolingSequence
-
colPoolingSequence
-
overlapping
public final boolean overlappingWhen set to True, it means when pooling, the values at the boundary of adjacent pooling cells are used by both cells. For example:index 0 1 2 3 4value 20 5 16 3 7If the pooling sequence is [0, 2, 4], then 16, at index 2 will be used twice. The result would be [41/3, 26/3] for fractional avg pooling.
-
T
The T attribute
-
-
Constructor Details
-
Inputs
-