Click or drag to resize

GraphQueueEnqueueMany Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation.
See Also