Searched refs:_logical_binary_op (Results 1 – 1 of 1) sorted by relevance
1023 def _logical_binary_op(tf_fun, x1, x2): function1031 return _logical_binary_op(math_ops.logical_and, x1, x2)1036 return _logical_binary_op(math_ops.logical_or, x1, x2)1041 return _logical_binary_op(math_ops.logical_xor, x1, x2)