Searched defs:paramsValues (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | GatherNdTest.cpp | 26 std::vector<uint8_t> paramsValues{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in GatherNdUint8Test() local 46 … std::vector<float> paramsValues{ 1.1f, 2.2f, 3.3f, 4.4f, 5.5f, 6.6f, 7.7f, 8.8f, 9.9f, 10.10f }; in GatherNdFp32Test() local
|
H A D | GatherTest.cpp | 27 std::vector<uint8_t> paramsValues{1, 2, 3, 4, 5, 6, 7, 8}; in GatherUint8Test() local 49 std::vector<float> paramsValues{1.1f, 2.2f, 3.3f, 4.4f, 5.5f, 6.6f, 7.7f, 8.8f}; in GatherFp32Test() local
|
H A D | GatherNdTestHelper.hpp | 123 std::vector<T>& paramsValues, in GatherNdTest()
|
H A D | GatherTestHelper.hpp | 125 std::vector<T>& paramsValues, in GatherTest()
|