Searched refs:_bitwise_binary_op (Results 1 – 1 of 1) sorted by relevance
541 def _bitwise_binary_op(tf_fn, x1, x2): # pylint: disable=missing-function-docstring function559 return _bitwise_binary_op(bitwise_ops.bitwise_and, x1, x2)564 return _bitwise_binary_op(bitwise_ops.bitwise_or, x1, x2)569 return _bitwise_binary_op(bitwise_ops.bitwise_xor, x1, x2)