From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/_inference_test_8inl.xhtml | 149 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 21.11/_inference_test_8inl.xhtml (limited to '21.11/_inference_test_8inl.xhtml') diff --git a/21.11/_inference_test_8inl.xhtml b/21.11/_inference_test_8inl.xhtml new file mode 100644 index 0000000000..5baa073781 --- /dev/null +++ b/21.11/_inference_test_8inl.xhtml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + +ArmNN: tests/InferenceTest.inl File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceTest.inl File Reference
+
+
+
#include "InferenceTest.hpp"
+#include <armnn/Utils.hpp>
+#include <armnn/utility/Assert.hpp>
+#include <armnn/utility/NumericCast.hpp>
+#include <armnnUtils/TContainer.hpp>
+#include "CxxoptsUtils.hpp"
+#include <cxxopts/cxxopts.hpp>
+#include <fmt/format.h>
+#include <fstream>
+#include <iostream>
+#include <iomanip>
+#include <array>
+#include <chrono>
+
+

Go to the source code of this file.

+ + + + + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
 armnn::test
 
+ + + + + + + +

+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