GraphCollectiveReduceV2 Method |
Namespace: Emgu.TF
public Operation CollectiveReduceV2( Output input, Output group_size, Output group_key, Output instance_key, Output ordering_token, string merge_op, string final_op, string communication_hint = null, float timeout_seconds = 0f, long max_subdivs_per_device = -1, string opName = "CollectiveReduceV2" )
Public Function CollectiveReduceV2 ( input As Output, group_size As Output, group_key As Output, instance_key As Output, ordering_token As Output, merge_op As String, final_op As String, Optional communication_hint As String = Nothing, Optional timeout_seconds As Single = 0F, Optional max_subdivs_per_device As Long = -1, Optional opName As String = "CollectiveReduceV2" ) As Operation
public: Operation^ CollectiveReduceV2( Output^ input, Output^ group_size, Output^ group_key, Output^ instance_key, Output^ ordering_token, String^ merge_op, String^ final_op, String^ communication_hint = nullptr, float timeout_seconds = 0f, long long max_subdivs_per_device = -1, String^ opName = L"CollectiveReduceV2" )
member CollectiveReduceV2 : input : Output * group_size : Output * group_key : Output * instance_key : Output * ordering_token : Output * merge_op : string * final_op : string * ?communication_hint : string * ?timeout_seconds : float32 * ?max_subdivs_per_device : int64 * ?opName : string (* Defaults: let _communication_hint = defaultArg communication_hint null let _timeout_seconds = defaultArg timeout_seconds 0f let _max_subdivs_per_device = defaultArg max_subdivs_per_device -1 let _opName = defaultArg opName "CollectiveReduceV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,