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