Searched defs:assertAllClose (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_utils.cpp | 17 void assertAllClose(const tensor_list& a, const tensor_list& b) { in assertAllClose() function
|
/aosp_15_r20/external/fonttools/Tests/misc/ |
H A D | py23_test.py | 282 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_math.py | 2138 def assertAllClose(self, examples, *args, **kwargs): member in IsCloseTests
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | test_util.py | 3050 def assertAllClose(self, a, b, rtol=1e-6, atol=1e-6, msg=None): member in TensorFlowTestCase
|