Click or drag to resize

GraphRandomUniformInt Method

http://www.emgu.com
RandomUniformInt

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation RandomUniformInt(
	Output shape,
	Output minval,
	Output maxval,
	long seed = 0,
	long seed2 = 0,
	string opName = "RandomUniformInt"
)

Parameters

shape
Type: Emgu.TFOutput
Input to the operation.
minval
Type: Emgu.TFOutput
Input to the operation.
maxval
Type: Emgu.TFOutput
Input to the operation.
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also