GraphNotEqual Method |
Namespace: Emgu.TF
public Operation NotEqual( Output x, Output y, string opName = "NotEqual" )
Public Function NotEqual ( x As Output, y As Output, Optional opName As String = "NotEqual" ) As Operation
public: Operation^ NotEqual( Output^ x, Output^ y, String^ opName = L"NotEqual" )
member NotEqual : x : Output * y : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "NotEqual" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.NotEqual(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2018 Emgu Corporation, All Rights Reserved,