Searched defs:assertAllClose (Results 1 – 3 of 3) sorted by relevance
/external/fonttools/Tests/misc/ |
D | py23_test.py | 276 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
|
/external/python/cpython3/Lib/test/ |
D | test_math.py | 2037 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2691 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): member in TensorFlowTestCase
|