Searched defs:IndexValuePairsVector (Results 1 – 3 of 3) sorted by relevance
/external/armnn/src/profiling/ | ||
D | ISendCounterPacket.hpp | 20 using IndexValuePairsVector = std::vector<CounterValue>; typedef in armnn::profiling::ISendCounterPacket |
D | SendCounterPacket.hpp | 28 using IndexValuePairsVector = std::vector<CounterValue>; typedef in armnn::profiling::SendCounterPacket |
/external/armnn/src/backends/backendsCommon/test/ | ||
D | BackendProfilingTests.cpp | 56 using IndexValuePairsVector = std::vector<CounterValue>; typedef in MockBackendSendCounterPacket |