From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/_inference_test_8cpp.xhtml | 149 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 20.05/_inference_test_8cpp.xhtml (limited to '20.05/_inference_test_8cpp.xhtml') diff --git a/20.05/_inference_test_8cpp.xhtml b/20.05/_inference_test_8cpp.xhtml new file mode 100644 index 0000000000..6a7b66bd8f --- /dev/null +++ b/20.05/_inference_test_8cpp.xhtml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + +ArmNN: tests/InferenceTest.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceTest.cpp File Reference
+
+
+
#include "InferenceTest.hpp"
+#include <armnn/utility/Assert.hpp>
+#include "../src/armnn/Profiling.hpp"
+#include <boost/numeric/conversion/cast.hpp>
+#include <boost/filesystem/path.hpp>
+#include <boost/format.hpp>
+#include <boost/program_options.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <fstream>
+#include <iostream>
+#include <iomanip>
+#include <array>
+
+

Go to the source code of this file.

+ + + + + + + +

+Namespaces

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

+Functions

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)
 
+
+
+ + + + -- cgit v1.2.1