Home
last modified time | relevance | path

Searched refs:IsCloseEnough (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DQLstmEndToEndTestImpl.cpp23 IsCloseEnough(T value1, T value2, T tolerance) in IsCloseEnough() function
270 CHECK(IsCloseEnough(outputStateOutVector[i], outputStateOutResult[i], toleranceInt8)); in QLstmEndToEnd()
275 CHECK(IsCloseEnough(outputVector[i], outputResult[i], toleranceInt8)); in QLstmEndToEnd()
DQuantizedLstmEndToEndTestImpl.cpp168 IsCloseEnough(T value1, T value2, T tolerance) in IsCloseEnough() function
242 CHECK(IsCloseEnough(cellStateOutVector[i], cellStateOutResult[i], toleranceInt16)); in QuantizedLstmEndToEnd()
248 CHECK(IsCloseEnough(outputStateOutVector[i], outputStateOutResult[i], toleranceUint8)); in QuantizedLstmEndToEnd()