Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnnTestUtils/
H A DTensorHelpers.hpp142 constexpr int maxReportedDifferences = 3; in CompareTensors() local
163 if (numFailedElements <= maxReportedDifferences) in CompareTensors()
206 if (numFailedElements > maxReportedDifferences) in CompareTensors()
208 …errorString << ", ... (and " << (numFailedElements - maxReportedDifferences) << " other difference… in CompareTensors()