Click or drag to resize

GraphTemporaryVariable Method

http://www.emgu.com
TemporaryVariable

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TemporaryVariable(
	long[] shape,
	DataType dtype,
	string var_name = null,
	string opName = "TemporaryVariable"
)

Parameters

shape
Type: SystemInt64
shape
dtype
Type: Emgu.TFDataType
dtype
var_name (Optional)
Type: SystemString
var name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also