Click or drag to resize

GraphVariable Method

http://www.emgu.com
Variable

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Variable(
	long[] shape,
	DataType dtype,
	string container = null,
	string shared_name = null,
	string opName = "Variable"
)

Parameters

shape
Type: SystemInt64
shape
dtype
Type: Emgu.TFDataType
dtype
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also