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