Click or drag to resize

GraphBatchNormWithGlobalNormalizationGrad Method

http://www.emgu.com
BatchNormWithGlobalNormalizationGrad

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation BatchNormWithGlobalNormalizationGrad(
	Output t,
	Output m,
	Output v,
	Output gamma,
	Output backprop,
	float variance_epsilon,
	bool scale_after_normalization,
	string opName = "BatchNormWithGlobalNormalizationGrad"
)

Parameters

t
Type: Emgu.TFOutput
Input to the operation.
m
Type: Emgu.TFOutput
Input to the operation.
v
Type: Emgu.TFOutput
Input to the operation.
gamma
Type: Emgu.TFOutput
Input to the operation.
backprop
Type: Emgu.TFOutput
Input to the operation.
variance_epsilon
Type: SystemSingle
variance epsilon
scale_after_normalization
Type: SystemBoolean
scale after normalization
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.BatchNormWithGlobalNormalizationGrad(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Single,System.Boolean,System.String)"]

See Also