Home
last modified time | relevance | path

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

/external/armnn/src/profiling/
DActivateTimelineReportingCommandHandler.hpp41 m_ReportStructure(reportStructure) in ActivateTimelineReportingCommandHandler()
52 Optional<IReportStructure&> m_ReportStructure; member in armnn::profiling::ActivateTimelineReportingCommandHandler
DActivateTimelineReportingCommandHandler.cpp22 if (!m_ReportStructure.has_value()) in operator ()()
52 m_ReportStructure.value().ReportStructure(); in operator ()()