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 --- 20.02/_inference_test_8hpp.xhtml | 181 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 20.02/_inference_test_8hpp.xhtml (limited to '20.02/_inference_test_8hpp.xhtml') diff --git a/20.02/_inference_test_8hpp.xhtml b/20.02/_inference_test_8hpp.xhtml new file mode 100644 index 0000000000..86cae1a110 --- /dev/null +++ b/20.02/_inference_test_8hpp.xhtml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + +ArmNN: tests/InferenceTest.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceTest.hpp File Reference
+
+
+
#include "InferenceModel.hpp"
+#include <armnn/ArmNN.hpp>
+#include <armnn/Logging.hpp>
+#include <armnn/TypesUtils.hpp>
+#include <armnn/utility/IgnoreUnused.hpp>
+#include <boost/program_options.hpp>
+#include "InferenceTest.inl"
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + +

+Classes

class  TestFrameworkException
 
struct  InferenceTestOptions
 
class  IInferenceTestCase
 
class  IInferenceTestCaseProvider
 
class  InferenceModelTestCase< TModel >
 
class  ClassifierTestCase< TTestCaseDatabase, TModel >
 
class  ClassifierTestCaseProvider< TDatabase, InferenceModel >
 
+ + + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
 armnn::test
 
+ + + +

+Enumerations

enum  TestCaseResult { Ok, +Failed, +Abort + }
 
+ + + + + + + + + + + + + + + + + + +

+Functions

std::istream & operator>> (std::istream &in, armnn::Compute &compute)
 
std::istream & operator>> (std::istream &in, armnn::BackendId &backend)
 
bool ParseCommandLine (int argc, char **argv, IInferenceTestCaseProvider &testCaseProvider, InferenceTestOptions &outParams)
 Parse the command line of an ArmNN (or referencetests) inference test program. More...
 
bool ValidateDirectory (std::string &dir)
 
bool InferenceTest (const InferenceTestOptions &params, const std::vector< unsigned int > &defaultTestCaseIds, IInferenceTestCaseProvider &testCaseProvider)
 
template<typename TConstructTestCaseProvider >
int InferenceTestMain (int argc, char *argv[], const std::vector< unsigned int > &defaultTestCaseIds, TConstructTestCaseProvider constructTestCaseProvider)
 
template<typename TDatabase , typename TParser , typename TConstructDatabaseCallable >
int ClassifierInferenceTestMain (int argc, char *argv[], const char *modelFilename, bool isModelBinary, const char *inputBindingName, const char *outputBindingName, const std::vector< unsigned int > &defaultTestCaseIds, TConstructDatabaseCallable constructDatabase, const armnn::TensorShape *inputTensorShape=nullptr)
 
+
+
+ + + + -- cgit v1.2.1