From 5aa9fd7ac6bf8dad576fa4a0a32aa3dae98d11ab Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 25 Feb 2022 15:33:28 +0000 Subject: IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe * Updated ABI version to 29 due to being the first ABI break in 22.05 !android-nn-driver:7226 Signed-off-by: Cathal Corbett Change-Id: I9c50007dcd5b5e792757e7bd1213606df5ffec36 --- src/armnn/Runtime.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/armnn/Runtime.hpp') diff --git a/src/armnn/Runtime.hpp b/src/armnn/Runtime.hpp index bd37013ad0..1ac0d21b63 100644 --- a/src/armnn/Runtime.hpp +++ b/src/armnn/Runtime.hpp @@ -25,7 +25,7 @@ namespace armnn { using LoadedNetworks = std::unordered_map>; -using IReportStructure = profiling::IReportStructure; +using IReportStructure = arm::pipe::IReportStructure; struct RuntimeImpl final : public IReportStructure { @@ -115,7 +115,7 @@ public: private: friend void RuntimeLoadedNetworksReserve(RuntimeImpl* runtime); // See RuntimeTests.cpp - friend profiling::ProfilingService& GetProfilingService(RuntimeImpl* runtime); // See RuntimeTests.cpp + friend arm::pipe::ProfilingService& GetProfilingService(RuntimeImpl* runtime); // See RuntimeTests.cpp int GenerateNetworkId(); @@ -150,7 +150,7 @@ private: std::vector m_DynamicBackends; /// Profiling Service Instance - profiling::ProfilingService m_ProfilingService; + arm::pipe::ProfilingService m_ProfilingService; }; } // namespace armnn -- cgit v1.2.1