Click or drag to resize

GraphOutfeedDequeueTupleV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
OutfeedDequeueTupleV2

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

Parameters

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

Return Value

Type: Operation
The operation, where: [0] outputs(type: DtInvalid).
See Also