Searched defs:NotEqual (Results 1 – 3 of 3) sorted by relevance
2247 class NotEqual : public SimpleOperator<TensorFlowNotEqualOperator> { class2249 explicit NotEqual() : SimpleOperator("NOT_EQUAL", OperatorType::kNotEqual) {} in NotEqual() function in toco::tflite::NotEqual
2437 TEST_F(OpTest, NotEqual) { in TEST_F() argument
29103 func NotEqual(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func