Searched refs:backendCounterId (Results 1 – 9 of 9) sorted by relevance
/external/armnn/profiling/client/include/ |
D | CounterIdMap.hpp | 19 virtual uint16_t GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const = 0; 28 uint16_t backendCounterId, 41 uint16_t backendCounterId, 44 uint16_t GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const override;
|
D | CounterStatus.hpp | 18 CounterStatus(uint16_t backendCounterId, in CounterStatus() 22 : m_BackendCounterId(backendCounterId), in CounterStatus()
|
/external/armnn/profiling/client/src/ |
D | CounterIdMap.cpp | 18 uint16_t backendCounterId, in RegisterMapping() argument 21 std::pair<uint16_t, std::string> backendIdPair(backendCounterId, backendId); in RegisterMapping() 32 uint16_t CounterIdMap::GetGlobalId(uint16_t backendCounterId, const std::string& backendId) const in GetGlobalId() argument 34 std::pair<uint16_t, std::string> backendIdPair(backendCounterId, backendId); in GetGlobalId()
|
D | RegisterBackendCounters.cpp | 70 uint16_t backendCounterId = uid; in RegisterCounter() local 75 counterIdMap.RegisterMapping(globalCounterId, backendCounterId, m_BackendId); in RegisterCounter() 77 ++backendCounterId; in RegisterCounter()
|
/external/armnn/profiling/client/src/backends/ |
D | BackendProfiling.cpp | 51 CounterStatus BackendProfiling::GetCounterStatus(uint16_t backendCounterId) in GetCounterStatus() argument 53 …uint16_t globalCounterId = m_ProfilingService.GetCounterMappings().GetGlobalId(backendCounterId, m… in GetCounterStatus() 56 CounterStatus counterStatus(backendCounterId, globalCounterId, false, 0); in GetCounterStatus()
|
D | BackendProfiling.hpp | 39 CounterStatus GetCounterStatus(uint16_t backendCounterId) override;
|
/external/armnn/profiling/client/include/backends/ |
D | IBackendProfiling.hpp | 76 virtual CounterStatus GetCounterStatus(uint16_t backendCounterId) = 0;
|
/external/armnn/src/profiling/test/ |
D | ProfilingMocks.hpp | 691 uint16_t backendCounterId, in RegisterMapping() argument 694 m_CounterMapping.RegisterMapping(globalCounterId, backendCounterId, backendId); in RegisterMapping()
|
D | ProfilingTests.cpp | 3533 for (uint16_t backendCounterId : cpuRefCounters) variable 3535 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuRefId); 3538 for (uint16_t backendCounterId : cpuAccCounters) variable 3540 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuAccId);
|