Click or drag to resize

GraphFusedBatchNormGradV3 Method

http://www.emgu.com
FusedBatchNormGradV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation FusedBatchNormGradV3(
	Output y_backprop,
	Output x,
	Output scale,
	Output reserve_space_1,
	Output reserve_space_2,
	Output reserve_space_3,
	float epsilon = 0.0001f,
	string data_format = null,
	bool is_training = true,
	string opName = "FusedBatchNormGradV3"
)

Parameters

y_backprop
Type: Emgu.TFOutput
Input to the operation.
x
Type: Emgu.TFOutput
Input to the operation.
scale
Type: Emgu.TFOutput
Input to the operation.
reserve_space_1
Type: Emgu.TFOutput
Input to the operation.
reserve_space_2
Type: Emgu.TFOutput
Input to the operation.
reserve_space_3
Type: Emgu.TFOutput
Input to the operation.
epsilon (Optional)
Type: SystemSingle
epsilon
data_format (Optional)
Type: SystemString
data format
is_training (Optional)
Type: SystemBoolean
is training
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also