Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py71 def _bin_op(tf_fun, a, b, promote=True): argument
77 return tf_fun(a, b)
964 def _comparison(tf_fun, x1, x2, cast_bool_to_int=False): argument
973 return tf_fun(x1, x2)
1023 def _logical_binary_op(tf_fun, x1, x2): argument
1026 return tf_fun(x1, x2)