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