Searched refs:_logical_binary_op (Results 1 – 1 of 1) sorted by relevance
1022 def _logical_binary_op(tf_fun, x1, x2): function1030 return _logical_binary_op(math_ops.logical_and, x1, x2)1035 return _logical_binary_op(math_ops.logical_or, x1, x2)1040 return _logical_binary_op(math_ops.logical_xor, x1, x2)