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
[Missing <returns> documentation for "M:Emgu.TF.Graph.Mul(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2020 Emgu Corporation, All Rights Reserved,