Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Daudio_nnapi_tests.cpp74 bool Compute(float inputValue0, float inputValue1, float inputValue2, float inputValue3,
457 bool AddMulModel::Compute(float inputValue0, float inputValue1, float inputValue2, in Compute() argument
512 std::vector<float> inputTensor2(tensorSize_, inputValue2); in Compute()
575 const float goldenRef = (inputValue0 + inputValue1) * (inputValue2 + inputValue3); in Compute()