aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/profiling/ArmNNProfiling.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/profiling/ArmNNProfiling.hpp')
-rw-r--r--include/armnn/profiling/ArmNNProfiling.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/armnn/profiling/ArmNNProfiling.hpp b/include/armnn/profiling/ArmNNProfiling.hpp
index 39d4a6bfcc..72fefe1cab 100644
--- a/include/armnn/profiling/ArmNNProfiling.hpp
+++ b/include/armnn/profiling/ArmNNProfiling.hpp
@@ -5,6 +5,8 @@
#pragma once
+#include <armnn/Version.hpp>
+
namespace arm
{
@@ -17,6 +19,12 @@ static const uint16_t REGISTERED_BACKENDS = 2;
static const uint16_t UNREGISTERED_BACKENDS = 3;
static const uint16_t INFERENCES_RUN = 4;
static const uint16_t MAX_ARMNN_COUNTER = INFERENCES_RUN;
+
+// Static holding Arm NN's software descriptions
+static std::string ARMNN_SOFTWARE_INFO("ArmNN");
+static std::string ARMNN_HARDWARE_VERSION;
+static std::string ARMNN_SOFTWARE_VERSION = "Armnn " + std::to_string(ARMNN_MAJOR_VERSION) + "." +
+ std::to_string(ARMNN_MINOR_VERSION);
} // namespace pipe
} // namespace arm