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