Home
last modified time | relevance | path

Searched defs:assertAllClose (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.cpp17 void assertAllClose(const tensor_list& a, const tensor_list& b) { in assertAllClose() function
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dpy23_test.py282 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_math.py2138 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py3050 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): member in TensorFlowTestCase