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