Home
last modified time | relevance | path

Searched refs:backendProfilingContexts (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/
DBackendProfilingTests.cpp222 std::shared_ptr<IBackendProfilingContext>> backendProfilingContexts; variable
224 backendProfilingContexts[cpuAccId] = cpuProfilingContextPtr;
225 backendProfilingContexts[gpuAccId] = gpuProfilingContextPtr;
237 backendProfilingContexts[cpuAccId] = cpuProfilingContextPtr;
238 backendProfilingContexts[gpuAccId] = gpuProfilingContextPtr;
241 counterIdMap, backendProfilingContexts);
248 backendProfilingContexts,
472 std::shared_ptr<IBackendProfilingContext>> backendProfilingContexts; variable
476 backendProfilingContexts[cpuAccId] = cpuProfilingContextPtr;
479 counterIdMap, backendProfilingContexts);
[all …]
/external/armnn/profiling/client/src/
DPeriodicCounterCapture.hpp40 std::shared_ptr<IBackendProfilingContext>>& backendProfilingContexts) in PeriodicCounterCapture() argument
47 , m_BackendProfilingContexts(backendProfilingContexts) in PeriodicCounterCapture()
DConnectionAcknowledgedCommandHandler.hpp40 … arm::pipe::Optional<BackendProfilingContexts> backendProfilingContexts = in ConnectionAcknowledgedCommandHandler() argument
48 , m_BackendProfilingContext(backendProfilingContexts) in ConnectionAcknowledgedCommandHandler()
DPeriodicCounterSelectionCommandHandler.hpp40 backendProfilingContexts, in PeriodicCounterSelectionCommandHandler() argument
49 , m_BackendProfilingContexts(backendProfilingContexts) in PeriodicCounterSelectionCommandHandler()