From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- ...tarmnn_1_1test_1_1_inference_test_options.xhtml | 244 +++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 22.02/structarmnn_1_1test_1_1_inference_test_options.xhtml (limited to '22.02/structarmnn_1_1test_1_1_inference_test_options.xhtml') diff --git a/22.02/structarmnn_1_1test_1_1_inference_test_options.xhtml b/22.02/structarmnn_1_1test_1_1_inference_test_options.xhtml new file mode 100644 index 0000000000..90a8321bac --- /dev/null +++ b/22.02/structarmnn_1_1test_1_1_inference_test_options.xhtml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + +ArmNN: InferenceTestOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceTestOptions Struct Reference
+
+
+ +

#include <InferenceTest.hpp>

+ + + + +

+Public Member Functions

 InferenceTestOptions ()
 
+ + + + + + + + + +

+Public Attributes

unsigned int m_IterationCount
 
std::string m_InferenceTimesFile
 
bool m_EnableProfiling
 
std::string m_DynamicBackendsPath
 
+

Detailed Description

+
+

Definition at line 59 of file InferenceTest.hpp.

+

Constructor & Destructor Documentation

+ +

◆ InferenceTestOptions()

+ +
+
+ + + + + +
+ + + + + + + +
InferenceTestOptions ()
+
+inline
+
+ +

Definition at line 66 of file InferenceTest.hpp.

+ +
+
+

Member Data Documentation

+ +

◆ m_DynamicBackendsPath

+ +
+
+ + + + +
std::string m_DynamicBackendsPath
+
+ +

Definition at line 64 of file InferenceTest.hpp.

+ +
+
+ +

◆ m_EnableProfiling

+ +
+
+ + + + +
bool m_EnableProfiling
+
+ +

Definition at line 63 of file InferenceTest.hpp.

+ +

Referenced by armnn::test::InferenceTest(), and armnn::test::ParseCommandLine().

+ +
+
+ +

◆ m_InferenceTimesFile

+ +
+
+ + + + +
std::string m_InferenceTimesFile
+
+ +

Definition at line 62 of file InferenceTest.hpp.

+ +

Referenced by armnn::test::InferenceTest(), and armnn::test::ParseCommandLine().

+ +
+
+ +

◆ m_IterationCount

+ +
+
+ + + + +
unsigned int m_IterationCount
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1