Click or drag to resize

GraphStatelessRandomUniformIntV2 Method

http://www.emgu.com
StatelessRandomUniformIntV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation StatelessRandomUniformIntV2(
	Output shape,
	Output key,
	Output counter,
	Output alg,
	Output minval,
	Output maxval,
	string opName = "StatelessRandomUniformIntV2"
)

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.
minval
Type: Emgu.TFOutput
Input to the operation.
maxval
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also