aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IPacketBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IPacketBuffer.hpp')
-rw-r--r--src/profiling/IPacketBuffer.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/IPacketBuffer.hpp b/src/profiling/IPacketBuffer.hpp
index 15687a81e9..02c40e4ab1 100644
--- a/src/profiling/IPacketBuffer.hpp
+++ b/src/profiling/IPacketBuffer.hpp
@@ -7,10 +7,10 @@
#include <memory>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IReadOnlyPacketBuffer // interface used by the read thread
@@ -43,6 +43,6 @@ public:
using IPacketBufferPtr = std::unique_ptr<IPacketBuffer>;
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm