Click or drag to resize

GraphQueueEnqueue Method

http://www.emgu.com
QueueEnqueue

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

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

See Also