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, 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 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, String^ opName = L"CollectiveGather" )
member CollectiveGather : input : Output * group_size : int64 * group_key : int64 * instance_key : int64 * shape : int64[] * ?communication_hint : string * ?opName : string (* Defaults: let _communication_hint = defaultArg communication_hint null let _opName = defaultArg opName "CollectiveGather" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.CollectiveGather(Emgu.TF.Output,System.Int64,System.Int64,System.Int64,System.Int64[],System.String,System.String)"]
2020 Emgu Corporation, All Rights Reserved,