Home
last modified time | relevance | path

Searched defs:isclose (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dpy23.py53 isclose = _math.isclose variable
H A Dvector.py136 def isclose(self, other: "Vector", **kwargs) -> bool: member in Vector
/aosp_15_r20/external/fonttools/Tests/misc/
H A Dpy23_test.py268 isclose = staticmethod(isclose) variable in IsCloseTests
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cmath.py599 isclose = cmath.isclose variable in IsCloseTests
Dtest_math.py2128 isclose = math.isclose # subclasses should override this variable in IsCloseTests
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests.py1378 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.cpp301 Tensor isclose(const Tensor& self, const Tensor& other, double rtol, double atol, bool equal_nan) { in isclose() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py1211 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py463 def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False): # pylint: disable=missing-docstring function
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_funcs_impl.py820 def isclose(a: ArrayLike, b: ArrayLike, rtol=1.0e-5, atol=1.0e-8, equal_nan=False): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1468 def isclose( function