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