Home
last modified time | relevance | path

Searched defs:rtol (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
Dohos_common.cpp142 bool allclose(float *a, float *b, uint64_t count, float rtol = 1e-05, in allclose()
232 bool allclose_int8(uint8_t *a, uint8_t *b, uint64_t count, float rtol = 1e-05, in allclose_int8()
334 float rtol = 1e-05, float atol = 1e-08, in compFp32WithTData()
362 float rtol = 1e-05, float atol = 1e-08, in compUint8WithTData()
Dohos_c_api_test_mslite.cpp258 …OH_AI_TensorHandleArray outputs, string model_name, float atol = 0.01, float rtol = 0.01, bool isq… in CompareResult()