Home
last modified time | relevance | path

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

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp149 float tol1 = 0; in allclose() local
176 tol1 = tol1 + fabs(a[i] - b[i]); in allclose()
190 printf("\n fabs(a[i] - b[i]) : %f\n", tol1 / fail_count); in allclose()
238 float tol1 = 0; in allclose_int8() local
268 tol1 = tol1 + fabs(a[i] - b[i]); in allclose_int8()
280 printf("\n fabs(a[i] - b[i]) : %f\n", tol1 / fail_count); in allclose_int8()

Completed in 1 milliseconds