Searched defs:LogicalOr (Results 1 – 8 of 8) sorted by relevance
32 LogicalOr = 4, // || enumerator
65 TEST(LogicalTest, LogicalOr) { in TEST() argument
103 bool LogicalOr(bool x, bool y) { return x || y; } in LogicalOr() function
53 bool LogicalOr(bool x, bool y) { return x || y; } in LogicalOr() function
87 TF_LITE_MICRO_TEST(LogicalOr) { in TF_LITE_MICRO_TEST() argument
1270 struct LogicalOr { struct1271 npy_bool operator()(bfloat16 a, bfloat16 b) { return a || b; } in operator ()()
2181 TEST_F(OpTest, LogicalOr) { in TEST_F() argument
34367 func LogicalOr(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func