GraphCollectiveBcastRecv Method |
Namespace: Emgu.TF
public Operation CollectiveBcastRecv( DataType T, long group_size, long group_key, long instance_key, long[] shape, string communication_hint = null, string opName = "CollectiveBcastRecv" )
Public Function CollectiveBcastRecv ( T As DataType, 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 = "CollectiveBcastRecv" ) As Operation
public: Operation^ CollectiveBcastRecv( DataType^ T, long long group_size, long long group_key, long long instance_key, array<long long>^ shape, String^ communication_hint = nullptr, String^ opName = L"CollectiveBcastRecv" )
member CollectiveBcastRecv : T : DataType * 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 "CollectiveBcastRecv" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.CollectiveBcastRecv(Emgu.TF.DataType,System.Int64,System.Int64,System.Int64,System.Int64[],System.String,System.String)"]
2019 Emgu Corporation, All Rights Reserved,