From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- 23.02/_arm_n_n_profiling_8hpp_source.xhtml | 61 +++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 14 deletions(-) (limited to '23.02/_arm_n_n_profiling_8hpp_source.xhtml') diff --git a/23.02/_arm_n_n_profiling_8hpp_source.xhtml b/23.02/_arm_n_n_profiling_8hpp_source.xhtml index 5afb9a664c..c8f1e64f45 100644 --- a/23.02/_arm_n_n_profiling_8hpp_source.xhtml +++ b/23.02/_arm_n_n_profiling_8hpp_source.xhtml @@ -8,7 +8,7 @@ - + ArmNN: include/armnn/profiling/ArmNNProfiling.hpp Source File @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -98,19 +101,49 @@ $(document).ready(function(){initNavTree('_arm_n_n_profiling_8hpp_source.xhtml',
ArmNNProfiling.hpp
-Go to the documentation of this file.
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include <armnn/Version.hpp>
9 
10 namespace arm
11 {
12 
13 namespace pipe
14 {
15 // Static constants describing ArmNN's counter UID's
16 static const uint16_t NETWORK_LOADS = 0;
17 static const uint16_t NETWORK_UNLOADS = 1;
18 static const uint16_t REGISTERED_BACKENDS = 2;
19 static const uint16_t UNREGISTERED_BACKENDS = 3;
20 static const uint16_t INFERENCES_RUN = 4;
21 static const uint16_t MAX_ARMNN_COUNTER = INFERENCES_RUN;
22 
23 // Static holding Arm NN's software descriptions
24 static std::string ARMNN_SOFTWARE_INFO("ArmNN");
25 static std::string ARMNN_HARDWARE_VERSION;
26 static std::string ARMNN_SOFTWARE_VERSION = "Armnn " + std::to_string(ARMNN_MAJOR_VERSION) + "." +
27  std::to_string(ARMNN_MINOR_VERSION);
28 } // namespace pipe
29 
30 } // namespace arm
#define ARMNN_MINOR_VERSION
Definition: Version.hpp:14
- - -
#define ARMNN_MAJOR_VERSION
Definition: Version.hpp:13
+Go to the documentation of this file.
1 //
+
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+
3 // SPDX-License-Identifier: MIT
+
4 //
+
5 
+
6 #pragma once
+
7 
+
8 #include <armnn/Version.hpp>
+
9 
+
10 namespace arm
+
11 {
+
12 
+
13 namespace pipe
+
14 {
+
15 // Static constants describing ArmNN's counter UID's
+
16 static const uint16_t NETWORK_LOADS = 0;
+
17 static const uint16_t NETWORK_UNLOADS = 1;
+
18 static const uint16_t REGISTERED_BACKENDS = 2;
+
19 static const uint16_t UNREGISTERED_BACKENDS = 3;
+
20 static const uint16_t INFERENCES_RUN = 4;
+
21 static const uint16_t MAX_ARMNN_COUNTER = INFERENCES_RUN;
+
22 
+
23 // Static holding Arm NN's software descriptions
+
24 static std::string ARMNN_SOFTWARE_INFO("ArmNN");
+
25 static std::string ARMNN_HARDWARE_VERSION;
+
26 static std::string ARMNN_SOFTWARE_VERSION = "Armnn " + std::to_string(ARMNN_MAJOR_VERSION) + "." +
+
27  std::to_string(ARMNN_MINOR_VERSION);
+
28 } // namespace pipe
+
29 
+
30 } // namespace arm
+
#define ARMNN_MINOR_VERSION
Definition: Version.hpp:14
+
#define ARMNN_MAJOR_VERSION
Definition: Version.hpp:13
+ + -- cgit v1.2.1