Home
last modified time | relevance | path

Searched defs:inputValue3 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DControlTest.cpp94 std::vector<uint8_t> inputValue3 { 252, 253, 254, 255 }; in ConcatThreeInputsTest() local
117 std::vector<uint8_t> inputValue3 { 252, 253, 254, 255 }; in ConcatAxisTest() local
/aosp_15_r20/system/media/audio_utils/tests/
H A Daudio_nnapi_tests.cpp458 float inputValue3, float* result) { in Compute()