Home
last modified time | relevance | path

Searched refs:open_lower_bound (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py614 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)
Dtest_util.py2964 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(