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