Home
last modified time | relevance | path

Searched defs:paramsValues (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DGatherNdTest.cpp26 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 DGatherTest.cpp27 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 DGatherNdTestHelper.hpp123 std::vector<T>& paramsValues, in GatherNdTest()
H A DGatherTestHelper.hpp125 std::vector<T>& paramsValues, in GatherTest()