From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...tarmnn_1_1test_1_1_inference_test_options.xhtml | 244 +++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 20.02/structarmnn_1_1test_1_1_inference_test_options.xhtml (limited to '20.02/structarmnn_1_1test_1_1_inference_test_options.xhtml') diff --git a/20.02/structarmnn_1_1test_1_1_inference_test_options.xhtml b/20.02/structarmnn_1_1test_1_1_inference_test_options.xhtml new file mode 100644 index 0000000000..171724e79c --- /dev/null +++ b/20.02/structarmnn_1_1test_1_1_inference_test_options.xhtml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + +ArmNN: InferenceTestOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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 56 of file InferenceTest.hpp.

+

Constructor & Destructor Documentation

+ +

◆ InferenceTestOptions()

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

Definition at line 63 of file InferenceTest.hpp.

+ +
+
+

Member Data Documentation

+ +

◆ m_DynamicBackendsPath

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

Definition at line 61 of file InferenceTest.hpp.

+ +
+
+ +

◆ m_EnableProfiling

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

Definition at line 60 of file InferenceTest.hpp.

+ +

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

+ +
+
+ +

◆ m_InferenceTimesFile

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

Definition at line 59 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