aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/BackendId.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/BackendId.hpp')
-rw-r--r--include/armnn/BackendId.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/armnn/BackendId.hpp b/include/armnn/BackendId.hpp
index d7b54979b6..36f298741c 100644
--- a/include/armnn/BackendId.hpp
+++ b/include/armnn/BackendId.hpp
@@ -165,6 +165,12 @@ struct hash<armnn::BackendId>
namespace armnn
{
+namespace profiling
+{
+ // Static constant describing ArmNN as a dummy backend
+ static const BackendId BACKEND_ID("ARMNN");
+} // profiling
+
inline std::ostream& operator<<(std::ostream& os, const BackendId& id)
{
os << id.Get();