Searched defs:BitwiseOr (Results 1 – 6 of 6) sorted by relevance
25 TEST(BitmaskEnumTest, BitwiseOr) { in TEST() argument
92 BitwiseOr, enumerator
144 BitwiseOr, // ?U operator| enumerator
1349 TEST_F(OpTest, BitwiseOr) { in TEST_F() argument
21825 func BitwiseOr(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func