Searched defs:atol (Results 1 – 2 of 2) sorted by relevance
124 float atol = 1e-08, bool isquant = false) { in allclose()214 float atol = 1e-08, bool isquant = false) { in allclose_int8()315 float rtol = 1e-05, float atol = 1e-08, in compFp32WithTData()343 float rtol = 1e-05, float atol = 1e-08, in compUint8WithTData()
258 void CompareResult(OH_AI_TensorHandleArray outputs, string model_name, float atol = 0.01, float rto… in CompareResult()