Click or drag to resize

GraphPlaceholder Method

http://www.emgu.com
Placeholder

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

Parameters

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

Return Value

Type: Operation

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

See Also