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.py577 self.assertAllInRange(x, 10, 15, open_upper_bound=True)
580 x, 10, 15, open_lower_bound=True, open_upper_bound=True)
601 self.assertAllInRange(x, 10, np.inf, open_upper_bound=True)
Dtest_util.py2355 open_upper_bound=False): argument
2391 str(upper_bound) + (")" if open_upper_bound else "]"))
2399 if open_upper_bound else np.greater(target, upper_bound))