GraphCollectiveBcastRecv Method |
Namespace: Emgu.TF
public Operation CollectiveBcastRecv( DataType T, long group_size, long group_key, long instance_key, long[] shape, 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 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^ opName = L"CollectiveBcastRecv" )
member CollectiveBcastRecv : T : DataType * group_size : int64 * group_key : int64 * instance_key : int64 * shape : int64[] * ?opName : string (* Defaults: 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)"]
2018 Emgu Corporation, All Rights Reserved,