Searched refs:_bin_op (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 67 return _bin_op(f, a, b) 71 def _bin_op(tf_fun, a, b, promote=True): function 89 return _bin_op(add_or_or, x1, x2) 94 return _bin_op(math_ops.subtract, x1, x2) 106 return _bin_op(mul_or_and, x1, x2) 130 return _bin_op(f, x1, x2) 148 return _bin_op(f, x1, x2) 161 return _bin_op(f, x1, x2) 189 return _bin_op(max_or_or, x1, x2) 201 return _bin_op(min_or_and, x1, x2) [all …]
|