Click or drag to resize

GraphQueueDequeueV2 Method

http://www.emgu.com
QueueDequeueV2

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

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

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

See Also