Click or drag to resize

GraphVariableV2 Method

http://www.emgu.com
VariableV2

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

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.VariableV2(System.Int64[],Emgu.TF.DataType,System.String,System.String,System.String)"]

See Also