Click or drag to resize

GraphOutfeedDequeueTuple Method

http://www.emgu.com
OutfeedDequeueTuple

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation OutfeedDequeueTuple(
	DataType[] dtypes,
	long[][] shapes,
	long device_ordinal = -1,
	string opName = "OutfeedDequeueTuple"
)

Parameters

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

Return Value

Type: Operation

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

See Also