Home
last modified time | relevance | path

Searched refs:_bitwise_binary_op (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py541 def _bitwise_binary_op(tf_fn, x1, x2): # pylint: disable=missing-function-docstring function
559 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)