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