Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtest_util_test.py544 self.assertAllLessEqual(x, 125.0)
552 self.assertAllLessEqual(x, 115.0)
554 self.assertAllLessEqual(x, 95.0)
Dtest_util.py2307 def assertAllLessEqual(self, a, comparison_target): member in TensorFlowTestCase