Searched refs:open_lower_bound (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 614 self.assertAllInRange(x, 10, 15, open_lower_bound=True) 619 x, 10, 15, open_lower_bound=True, open_upper_bound=True) 630 self.assertAllInRange(x, 10, 15, open_lower_bound=True)
|
D | test_util.py | 2964 open_lower_bound=False, argument 3000 range_str = (("(" if open_lower_bound else "[") + str(lower_bound) + ", " + 3004 np.less_equal(target, lower_bound) if open_lower_bound else np.less(
|