Class BatchNormWithGlobalNormalizationGrad.Inputs<T extends TType>
java.lang.Object
org.tensorflow.op.RawOpInputs<BatchNormWithGlobalNormalizationGrad<T>>
org.tensorflow.op.nn.BatchNormWithGlobalNormalizationGrad.Inputs<T>
- Enclosing class:
BatchNormWithGlobalNormalizationGrad<T extends TType>
public static class BatchNormWithGlobalNormalizationGrad.Inputs<T extends TType>
extends RawOpInputs<BatchNormWithGlobalNormalizationGrad<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription4D backprop Tensor.A 1D gamma Tensor with size matching the last dimension of t.A 1D mean Tensor with size matching the last dimension of t.final booleanA bool indicating whether the resulted tensor needs to be multiplied with gamma.A 4D input Tensor.final DataTypeThe T attributeA 1D variance Tensor with size matching the last dimension of t.final floatA small float number to avoid dividing by 0. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
t
-
m
-
v
-
gamma
-
backprop
-
T
The T attribute -
varianceEpsilon
public final float varianceEpsilonA small float number to avoid dividing by 0. -
scaleAfterNormalization
public final boolean scaleAfterNormalizationA bool indicating whether the resulted tensor needs to be multiplied with gamma.
-
-
Constructor Details
-
Inputs
-