Home
last modified time | relevance | path

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

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp129 float tol = 0; in allclose() local
156 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose()
170 tol / fail_count); in allclose()
189 file << "," << tol / fail_count; in allclose()
204 if (tol / fail_count < 0.04) { in allclose()
218 float tol = 0; in allclose_int8() local
248 tol = tol + fabs(a[i] - b[i]) / (fabs(b[i]) + 1); in allclose_int8()
260 tol / fail_count); in allclose_int8()
281 file << "," << tol / fail_count; in allclose_int8()
295 if (tol / fail_count < 0.04) { in allclose_int8()