Searched refs:open_upper_bound (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 577 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)
|
D | test_util.py | 2355 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))
|