Click or drag to resize

GraphInfeedDequeue Method

http://www.emgu.com
InfeedDequeue

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

Parameters

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

Return Value

Type: Operation

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

See Also