Searched defs:LogicalNot (Results 1 – 10 of 10) sorted by relevance
181 TF_LITE_MICRO_TEST(LogicalNot) { in TF_LITE_MICRO_TEST() argument
366 TEST(ElementWise, LogicalNot) { in TEST() argument
148 TEST(TransformationEquationInstructionTest, LogicalNot) { in TEST() argument
152 TEST(TransformationEquationInstructionTest, LogicalNot) { in TEST() argument
1235 struct LogicalNot { struct1236 npy_bool operator()(bfloat16 a) { return !a; } in operator ()()
122 LogicalNot, // ?7 # operator! enumerator
2175 TEST_F(OpTest, LogicalNot) { in TEST_F() argument
44476 func LogicalNot(scope *Scope, x tf.Output) (y tf.Output) { func