Searched refs:maxReportedDifferences (Results 1 – 1 of 1) sorted by relevance
142 constexpr int maxReportedDifferences = 3; in CompareTensors() local163 if (numFailedElements <= maxReportedDifferences) in CompareTensors()206 if (numFailedElements > maxReportedDifferences) in CompareTensors()208 …errorString << ", ... (and " << (numFailedElements - maxReportedDifferences) << " other difference… in CompareTensors()