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 --- ..._1test_1_1_i_inference_test_case_provider.xhtml | 309 +++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 20.02/classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml (limited to '20.02/classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml') diff --git a/20.02/classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml b/20.02/classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml new file mode 100644 index 0000000000..9d1c244c51 --- /dev/null +++ b/20.02/classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + +ArmNN: IInferenceTestCaseProvider Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IInferenceTestCaseProvider Class Referenceabstract
+
+
+ +

#include <InferenceTest.hpp>

+
+Inheritance diagram for IInferenceTestCaseProvider:
+
+
+ + +ClassifierTestCaseProvider< TDatabase, InferenceModel > +YoloTestCaseProvider< Model > + +
+ + + + + + + + + + + + +

+Public Member Functions

virtual ~IInferenceTestCaseProvider ()
 
virtual void AddCommandLineOptions (boost::program_options::options_description &options)
 
virtual bool ProcessCommandLineOptions (const InferenceTestOptions &commonOptions)
 
virtual std::unique_ptr< IInferenceTestCaseGetTestCase (unsigned int testCaseId)=0
 
virtual bool OnInferenceTestFinished ()
 
+

Detailed Description

+
+

Definition at line 90 of file InferenceTest.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IInferenceTestCaseProvider()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IInferenceTestCaseProvider ()
+
+inlinevirtual
+
+ +

Definition at line 93 of file InferenceTest.hpp.

+
93 {}
+
+
+

Member Function Documentation

+ +

◆ AddCommandLineOptions()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void AddCommandLineOptions (boost::program_options::options_description & options)
+
+inlinevirtual
+
+ +

Reimplemented in YoloTestCaseProvider< Model >, and ClassifierTestCaseProvider< TDatabase, InferenceModel >.

+ +

Definition at line 95 of file InferenceTest.hpp.

+ +

References armnn::IgnoreUnused().

+ +

Referenced by armnn::test::ParseCommandLine().

+
96  {
98  };
void IgnoreUnused(Ts &&...)
+
armnn::Runtime::CreationOptions::ExternalProfilingOptions options
+
+
+
+ +

◆ GetTestCase()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual std::unique_ptr<IInferenceTestCase> GetTestCase (unsigned int testCaseId)
+
+pure virtual
+
+
+ +

◆ OnInferenceTestFinished()

+ +
+
+ + + + + +
+ + + + + + + +
virtual bool OnInferenceTestFinished ()
+
+inlinevirtual
+
+ +

Reimplemented in ClassifierTestCaseProvider< TDatabase, InferenceModel >.

+ +

Definition at line 105 of file InferenceTest.hpp.

+ +

Referenced by armnn::test::InferenceTest().

+
105 { return true; };
+
+
+ +

◆ ProcessCommandLineOptions()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual bool ProcessCommandLineOptions (const InferenceTestOptionscommonOptions)
+
+inlinevirtual
+
+ +

Reimplemented in YoloTestCaseProvider< Model >, and ClassifierTestCaseProvider< TDatabase, InferenceModel >.

+ +

Definition at line 99 of file InferenceTest.hpp.

+ +

References armnn::IgnoreUnused().

+ +

Referenced by armnn::test::ParseCommandLine().

+
100  {
101  IgnoreUnused(commonOptions);
102  return true;
103  };
void IgnoreUnused(Ts &&...)
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1