Click or drag to resize

GraphOutfeedDequeueV2 Method

http://www.emgu.com
OutfeedDequeueV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation OutfeedDequeueV2(
	Output device_ordinal,
	DataType dtype,
	long[] shape,
	string opName = "OutfeedDequeueV2"
)

Parameters

device_ordinal
Type: Emgu.TFOutput
Input to the operation.
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.OutfeedDequeueV2(Emgu.TF.Output,Emgu.TF.DataType,System.Int64[],System.String)"]

See Also