Searched defs:LogicalAnd (Results 1 – 4 of 4) sorted by relevance
33 LogicalAnd = 5, // && enumerator
85 TEST(LogicalTest, LogicalAnd) { in TEST() argument
2164 TEST_F(OpTest, LogicalAnd) { in TEST_F() argument
18707 func LogicalAnd(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func