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