Click or drag to resize

GraphBarrierTakeMany Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] indices(type: DtInt64). [1] keys(type: DtString). [2] values(type: DtInvalid).
See Also