Click or drag to resize

GraphBarrierTakeMany Method

http://www.emgu.com
BarrierTakeMany

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation BarrierTakeMany(
	Output handle,
	Output num_elements,
	DataType[] component_types,
	bool allow_small_batch = false,
	bool wait_for_incomplete = false,
	long timeout_ms = -1,
	string opName = "BarrierTakeMany"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
num_elements
Type: Emgu.TFOutput
Input to the operation.
component_types
Type: Emgu.TFDataType
component types
allow_small_batch (Optional)
Type: SystemBoolean
allow small batch
wait_for_incomplete (Optional)
Type: SystemBoolean
wait for incomplete
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.BarrierTakeMany(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Boolean,System.Boolean,System.Int64,System.String)"]

See Also