Home
last modified time | relevance | path

Searched defs:assertGreaterEqual (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/utils/
Dtesting.py158 def assertGreaterEqual(self, *args): member in AutoGraphTestCase
/external/python/cpython3/Lib/unittest/
Dcase.py1293 def assertGreaterEqual(self, a, b, msg=None): member in TestCase