Searched defs:rel_tol (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/fonttools/Tests/pens/ |
H A D | utils.py | 134 def approx(self, other, rel_tol=1e-12): argument
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 587 double rel_tol = 1e-09; in math_isclose() local
|
D | cmathmodule.c.h | 902 double rel_tol = 1e-09; in cmath_isclose() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_device_type.py | 357 def rel_tol(self): member in DeviceTypeTestBase 361 def rel_tol(self, prec): member in DeviceTypeTestBase
|
H A D | common_utils.py | 2811 def rel_tol(self) -> float: member in TestCase 2815 def rel_tol(self, prec: float) -> None: member in TestCase
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_modules.py | 26 rel_tol = 1e-5 variable in TestModule
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | cmathmodule.c | 1191 double rel_tol, double abs_tol) in cmath_isclose_impl()
|
D | mathmodule.c | 3009 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl()
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/ |
H A D | run_tests.py | 1378 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_tests.py | 1211 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): argument
|