Searched refs:assert_array_max_ulp (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_numeric.py | 255 assert_array_max_ulp(round(f, -73), 5.0 * 10**73) 257 assert_array_max_ulp(round(f, ndigits=-73), 5.0 * 10**73) 261 assert_array_max_ulp(round(i, -2), 500) 263 assert_array_max_ulp(round(i, ndigits=-2), 500)
|
/aosp_15_r20/external/pytorch/torch/_numpy/testing/ |
H A D | utils.py | 1373 def assert_array_max_ulp(a, b, maxulp=1, dtype=None): function
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/ |
H A D | test_function_base.py | 3416 np.testing.assert_array_max_ulp(a, 0.18, maxulp=1)
|