Click or drag to resize

GraphQueueEnqueueV2 Method

http://www.emgu.com
QueueEnqueueV2

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

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

See Also