Click or drag to resize

GraphImmutableConst Method

http://www.emgu.com
ImmutableConst

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

Parameters

dtype
Type: Emgu.TFDataType
dtype
shape
Type: SystemInt64
shape
memory_region_name
Type: SystemString
memory region name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also