GraphNcclAllReduce Method |
Namespace: Emgu.TF
public Operation NcclAllReduce( Output input, string reduction, long num_devices, string shared_name, string opName = "NcclAllReduce" )
Public Function NcclAllReduce ( input As Output, reduction As String, num_devices As Long, shared_name As String, Optional opName As String = "NcclAllReduce" ) As Operation
public: Operation^ NcclAllReduce( Output^ input, String^ reduction, long long num_devices, String^ shared_name, String^ opName = L"NcclAllReduce" )
member NcclAllReduce : input : Output * reduction : string * num_devices : int64 * shared_name : string * ?opName : string (* Defaults: let _opName = defaultArg opName "NcclAllReduce" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,