Searched defs:isclose (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | py23.py | 53 isclose = _math.isclose variable
|
H A D | vector.py | 136 def isclose(self, other: "Vector", **kwargs) -> bool: member in Vector
|
/aosp_15_r20/external/fonttools/Tests/misc/ |
H A D | py23_test.py | 268 isclose = staticmethod(isclose) variable in IsCloseTests
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cmath.py | 599 isclose = cmath.isclose variable in IsCloseTests
|
D | test_math.py | 2128 isclose = math.isclose # subclasses should override this variable in IsCloseTests
|
/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): function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorCompare.cpp | 301 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/ |
D | run_tests.py | 1211 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 D | np_math_ops.py | 463 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.py | 820 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__.py | 1468 def isclose( function
|