18static const uint16_t NETWORK_LOADS = 0;
19static const uint16_t NETWORK_UNLOADS = 1;
20static const uint16_t REGISTERED_BACKENDS = 2;
21static const uint16_t UNREGISTERED_BACKENDS = 3;
22static const uint16_t INFERENCES_RUN = 4;
23static const uint16_t MAX_ARMNN_COUNTER = INFERENCES_RUN;
26static std::string ARMNN_SOFTWARE_INFO(
"ArmNN");
27static std::string ARMNN_HARDWARE_VERSION;
28static std::string ARMNN_SOFTWARE_VERSION =
"Armnn " + std::to_string(
ARMNN_MAJOR_VERSION) +
"." +
#define ARMNN_MAJOR_VERSION
#define ARMNN_MINOR_VERSION