Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
H A DTestHarness.cpp209 expectNear<float>(operand, result, criteria.float32, criteria.allowInvalidFpValues); in checkResults()
213 criteria.allowInvalidFpValues); in checkResults()
273 .allowInvalidFpValues = false, in checkResults()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h497 bool allowInvalidFpValues = true; member