Click or drag to resize

GraphFusedBatchNormV2 Method

http://www.emgu.com
FusedBatchNormV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation FusedBatchNormV2(
	Output x,
	Output scale,
	Output offset,
	Output mean,
	Output variance,
	float epsilon = 0.0001f,
	string data_format = null,
	bool is_training = true,
	string opName = "FusedBatchNormV2"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
scale
Type: Emgu.TFOutput
Input to the operation.
offset
Type: Emgu.TFOutput
Input to the operation.
mean
Type: Emgu.TFOutput
Input to the operation.
variance
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.FusedBatchNormV2(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