Home
last modified time | relevance | path

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

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp154 static float sum_all; in allclose() local
165 sum_all = sum_all + fabs(a[i] - b[i]) / (atol + rtol * fabs(b[i])); in allclose()
197 printf("\n avg_all : %f\n", sum_all / c); in allclose()
206 file << "," << sum_all / c; in allclose()
243 static float sum_all; in allclose_int8() local
255 sum_all = sum_all + fabs(a[i] - b[i]) / (atol + rtol * fabs(b[i])); in allclose_int8()
289 printf("\n avg_all : %f\n", sum_all / c); in allclose_int8()
298 file << "," << sum_all / in allclose_int8()
[all...]

Completed in 1 milliseconds