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_8inl.xhtml | 155 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 20.02/_inference_test_8inl.xhtml (limited to '20.02/_inference_test_8inl.xhtml') diff --git a/20.02/_inference_test_8inl.xhtml b/20.02/_inference_test_8inl.xhtml new file mode 100644 index 0000000000..eee613a130 --- /dev/null +++ b/20.02/_inference_test_8inl.xhtml @@ -0,0 +1,155 @@ + + + + + + + + + + + + + +ArmNN: tests/InferenceTest.inl File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceTest.inl File Reference
+
+
+
#include "InferenceTest.hpp"
+#include <boost/algorithm/string.hpp>
+#include <boost/numeric/conversion/cast.hpp>
+#include <boost/filesystem/path.hpp>
+#include <boost/assert.hpp>
+#include <boost/format.hpp>
+#include <boost/program_options.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <fstream>
+#include <iostream>
+#include <iomanip>
+#include <array>
+#include <chrono>
+
+

Go to the source code of this file.

+ + + + + + + +

+Namespaces

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

+Typedefs

using TContainer = boost::variant< std::vector< float >, std::vector< int >, std::vector< unsigned char > >
 
+ + + + + + + +

+Functions

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