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