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