Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_nnapi_tests.cpp575 const float goldenRef = (inputValue0 + inputValue1) * (inputValue2 + inputValue3); in Compute() local
579 float delta = outputTensorPtr[idx] - goldenRef; in Compute()