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