Click or drag to resize

GraphQueueDequeueUpTo Method

http://www.emgu.com
QueueDequeueUpTo

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

Parameters

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

See Also