From 6f073727ad98d94f43a3938ddeac3f5a231ad959 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Fri, 4 Mar 2022 12:11:09 +0000 Subject: IVGCVSW-6814 Remove references to armnn:BackendId in the profiling code Signed-off-by: Cathal Corbett Change-Id: Ib399a5eee9e52882800ec3e02e4173424a7c19b1 --- src/profiling/ConnectionAcknowledgedCommandHandler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/ConnectionAcknowledgedCommandHandler.hpp') diff --git a/src/profiling/ConnectionAcknowledgedCommandHandler.hpp b/src/profiling/ConnectionAcknowledgedCommandHandler.hpp index 5bb3c95cf5..9ea3bd4059 100644 --- a/src/profiling/ConnectionAcknowledgedCommandHandler.hpp +++ b/src/profiling/ConnectionAcknowledgedCommandHandler.hpp @@ -23,7 +23,7 @@ namespace pipe class ConnectionAcknowledgedCommandHandler final : public arm::pipe::CommandHandlerFunctor { -typedef const std::unordered_map>& +typedef const std::unordered_map>& BackendProfilingContexts; public: -- cgit v1.2.1