Home
last modified time | relevance | path

Searched refs:globalCounterIds (Results 1 – 2 of 2) sorted by relevance

/external/armnn/profiling/client/src/backends/
DBackendProfiling.cpp71 const std::vector<uint16_t>& globalCounterIds = captureData.GetCounterIds(); in GetActiveCounters() local
74 for (auto globalCounterId : globalCounterIds) { in GetActiveCounters()
/external/armnn/src/profiling/test/
DProfilingTests.cpp3525 uint16_t globalCounterIds = 0; variable
3535 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuRefId);
3536 ++globalCounterIds;
3540 counterIdMap.RegisterMapping(globalCounterIds, backendCounterId, cpuAccId);
3541 ++globalCounterIds;
3561 uint16_t globalCounterIds = INFERENCES_RUN; variable
3575 RegisterBackendCounters registerBackendCounters(globalCounterIds, cpuRefId, profilingService);
3585 globalCounterIds = registerBackendCounters.RegisterDevice("deviceOne");
3586 auto deviceOnePtr = profilingService.GetCounterDirectory().GetDevice(globalCounterIds);
3591 globalCounterIds = registerBackendCounters.RegisterCounterSet("counterSetOne");
[all …]