Home
last modified time | relevance | path

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

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp147 uint32_t fail_count = 0; in allclose() local
169 fail_count = fail_count + 1; in allclose()
171 if (fail_count < 100) { in allclose()
178 fail_count = fail_count + 1; in allclose()
179 if (fail_count < 100) { in allclose()
186 printf("\n *** Total fail_count: %u\n", fail_count); in allclose()
187 if (fail_count ! in allclose()
208 file << "," << tol / fail_count; allclose() local
236 uint32_t fail_count = 0; allclose_int8() local
300 file << "," << tol / fail_count; allclose_int8() local
[all...]

Completed in 2 milliseconds