Click or drag to resize

GraphStatelessRandomNormalV2 Method

http://www.emgu.com
StatelessRandomNormalV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation StatelessRandomNormalV2(
	Output shape,
	Output key,
	Output counter,
	Output alg,
	Nullable<DataType> dtype = null,
	string opName = "StatelessRandomNormalV2"
)

Parameters

shape
Type: Emgu.TFOutput
Input to the operation.
key
Type: Emgu.TFOutput
Input to the operation.
counter
Type: Emgu.TFOutput
Input to the operation.
alg
Type: Emgu.TFOutput
Input to the operation.
dtype (Optional)
Type: SystemNullableDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.StatelessRandomNormalV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also