Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
Dlogic_ops.py452 def isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False): function
/third_party/python/Lib/test/
Dtest_cmath.py599 isclose = cmath.isclose variable in IsCloseTests
Dtest_math.py2092 isclose = math.isclose # subclasses should override this variable in IsCloseTests
/third_party/grpc/tools/run_tests/
Drun_tests.py1403 def isclose(a, b, rel_tol=1e-09, abs_tol=0.0): function