Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py656 self.assertAllInRange(x, 10, 15, open_upper_bound=True)
659 x, 10, 15, open_lower_bound=True, open_upper_bound=True)
693 self.assertAllInRange(x, 10, np.inf, open_upper_bound=True)
Dtest_util.py3325 open_upper_bound=False): argument
3361 str(upper_bound) + (")" if open_upper_bound else "]"))
3369 if open_upper_bound else np.greater(target, upper_bound))