Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp131 uint32_t allowedErrorCount = static_cast<uint32_t>(std::ceil(allowedErrorRatio * len)); in expectBooleanNearlyEqual() local
132 EXPECT_LE(numErrors, allowedErrorCount) << errorMsg.str(); in expectBooleanNearlyEqual()