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