Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp209 expectNear<float>(operand, result, criteria.float32, criteria.allowInvalidFpValues); in checkResults()
213 criteria.allowInvalidFpValues); in checkResults()
273 .allowInvalidFpValues = false, in checkResults()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h497 bool allowInvalidFpValues = true; member