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/_ref_json_printer_tests_8cpp_source.xhtml | 120 ++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 20.02/_ref_json_printer_tests_8cpp_source.xhtml (limited to '20.02/_ref_json_printer_tests_8cpp_source.xhtml') diff --git a/20.02/_ref_json_printer_tests_8cpp_source.xhtml b/20.02/_ref_json_printer_tests_8cpp_source.xhtml new file mode 100644 index 0000000000..f7351ea062 --- /dev/null +++ b/20.02/_ref_json_printer_tests_8cpp_source.xhtml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/test/RefJsonPrinterTests.cpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
RefJsonPrinterTests.cpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include <armnn/BackendId.hpp>
7 
9 
10 #include <boost/test/unit_test.hpp>
11 
12 #include <vector>
13 
14 BOOST_AUTO_TEST_SUITE(RefJsonPrinter)
15 
16 BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterCpuRefTest)
17 {
18  std::vector<armnn::BackendId> backends = {armnn::Compute::CpuRef};
20 }
21 
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
+
CPU Execution: Reference C++ kernels.
+
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)
+ +
BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterCpuRefTest)
+
BOOST_AUTO_TEST_SUITE_END()
+ +
+
+ + + + -- cgit v1.2.1