aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ICounterValues.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ICounterValues.hpp')
-rw-r--r--src/profiling/ICounterValues.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/ICounterValues.hpp b/src/profiling/ICounterValues.hpp
index 09c26b6722..f49ddf47bb 100644
--- a/src/profiling/ICounterValues.hpp
+++ b/src/profiling/ICounterValues.hpp
@@ -7,10 +7,10 @@
#include <cstdint>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IReadCounterValues
@@ -41,6 +41,6 @@ public:
virtual ~IReadWriteCounterValues() {}
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm