Click or drag to resize

GraphQueueDequeue Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QueueDequeue(
	Output handle,
	DataType[] component_types,
	long timeout_ms = -1,
	string opName = "QueueDequeue"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
component_types
Type: Emgu.TFDataType
component types
timeout_ms (Optional)
Type: SystemInt64
timeout ms
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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