Click or drag to resize

GraphQueueEnqueueMany Method

http://www.emgu.com
QueueEnqueueMany

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation QueueEnqueueMany(
	Output handle,
	Output components,
	long timeout_ms = -1,
	string opName = "QueueEnqueueMany"
)

Parameters

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

See Also