Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py964 def _comparison(tf_fun, x1, x2, cast_bool_to_int=False): argument
970 if cast_bool_to_int and x1.dtype == dtypes.bool: