aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ISendCounterPacket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ISendCounterPacket.hpp')
-rw-r--r--src/profiling/ISendCounterPacket.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/ISendCounterPacket.hpp b/src/profiling/ISendCounterPacket.hpp
index d87a042d76..0e3ae6faf2 100644
--- a/src/profiling/ISendCounterPacket.hpp
+++ b/src/profiling/ISendCounterPacket.hpp
@@ -8,10 +8,10 @@
#include <armnn/backends/profiling/IBackendProfiling.hpp>
#include "ICounterDirectory.hpp"
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class ISendCounterPacket
@@ -35,7 +35,7 @@ public:
const std::vector<uint16_t>& selectedCounterIds) = 0;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm