Click or drag to resize

GraphQueueEnqueueManyV2 Method

http://www.emgu.com
QueueEnqueueManyV2

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

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.QueueEnqueueManyV2(Emgu.TF.Output,Emgu.TF.Output,System.Int64,System.String)"]

See Also