Searched refs:open_upper_bound (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 616 self.assertAllInRange(x, 10, 15, open_upper_bound=True) 619 x, 10, 15, open_lower_bound=True, open_upper_bound=True) 653 self.assertAllInRange(x, 10, np.inf, open_upper_bound=True)
|
D | test_util.py | 2965 open_upper_bound=False): argument 3001 str(upper_bound) + (")" if open_upper_bound else "]")) 3009 if open_upper_bound else np.greater(target, upper_bound))
|