Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingStateMachine.hpp20 class ProfilingStateMachine class
23 ProfilingStateMachine() : m_State(ProfilingState::Uninitialised) {} in ProfilingStateMachine() function in arm::pipe::ProfilingStateMachine
24 ProfilingStateMachine(ProfilingState state) : m_State(state) {} in ProfilingStateMachine() function in arm::pipe::ProfilingStateMachine