Click or drag to resize

GraphInfeedDequeueTuple Method

http://www.emgu.com
InfeedDequeueTuple

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation InfeedDequeueTuple(
	DataType[] dtypes,
	long[][] shapes,
	string opName = "InfeedDequeueTuple"
)

Parameters

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

Return Value

Type: Operation

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

See Also