GraphBarrierTakeMany Method |
Namespace: Emgu.TF
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" )
Public Function BarrierTakeMany ( handle As Output, num_elements As Output, component_types As DataType(), Optional allow_small_batch As Boolean = false, Optional wait_for_incomplete As Boolean = false, Optional timeout_ms As Long = -1, Optional opName As String = "BarrierTakeMany" ) As Operation
public: Operation^ BarrierTakeMany( Output^ handle, Output^ num_elements, array<DataType>^ component_types, bool allow_small_batch = false, bool wait_for_incomplete = false, long long timeout_ms = -1, String^ opName = L"BarrierTakeMany" )
member BarrierTakeMany : handle : Output * num_elements : Output * component_types : DataType[] * ?allow_small_batch : bool * ?wait_for_incomplete : bool * ?timeout_ms : int64 * ?opName : string (* Defaults: let _allow_small_batch = defaultArg allow_small_batch false let _wait_for_incomplete = defaultArg wait_for_incomplete false let _timeout_ms = defaultArg timeout_ms -1 let _opName = defaultArg opName "BarrierTakeMany" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,