Click or drag to resize

GraphOutfeedDequeue Method

http://www.emgu.com
OutfeedDequeue

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation OutfeedDequeue(
	DataType dtype,
	long[] shape,
	long device_ordinal = -1,
	string opName = "OutfeedDequeue"
)

Parameters

dtype
Type: Emgu.TFDataType
dtype
shape
Type: SystemInt64
shape
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.OutfeedDequeue(Emgu.TF.DataType,System.Int64[],System.Int64,System.String)"]

See Also