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