Home
last modified time | relevance | path

Searched refs:tol (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp148 float tol = 0; in allclose() local
175 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose()
189 tol / fail_count); in allclose()
208 file << "," << tol / fail_count; in allclose()
223 if (tol / fail_count < 0.04) { in allclose()
237 float tol = 0; in allclose_int8() local
267 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose_int8()
279 tol / fail_coun in allclose_int8()
[all...]

Completed in 1 milliseconds