aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/BufferManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/BufferManager.hpp')
-rw-r--r--src/profiling/BufferManager.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/BufferManager.hpp b/src/profiling/BufferManager.hpp
index 4bc7725721..0ab3e0e534 100644
--- a/src/profiling/BufferManager.hpp
+++ b/src/profiling/BufferManager.hpp
@@ -13,10 +13,10 @@
#include <vector>
#include <queue>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class BufferManager : public IBufferManager
@@ -71,6 +71,6 @@ private:
IConsumer* m_Consumer = nullptr;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm