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