From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- .../_neon_json_printer_tests_8cpp_source.xhtml | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 Documentation/_neon_json_printer_tests_8cpp_source.xhtml (limited to 'Documentation/_neon_json_printer_tests_8cpp_source.xhtml') diff --git a/Documentation/_neon_json_printer_tests_8cpp_source.xhtml b/Documentation/_neon_json_printer_tests_8cpp_source.xhtml new file mode 100644 index 0000000000..89c42b42b8 --- /dev/null +++ b/Documentation/_neon_json_printer_tests_8cpp_source.xhtml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/test/NeonJsonPrinterTests.cpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonJsonPrinterTests.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(NeonJsonPrinter)
15 
16 BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterCpuAccTest)
17 {
18  std::vector<armnn::BackendId> backends = {armnn::Compute::CpuAcc};
20 }
21 
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
+
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)
+
BOOST_AUTO_TEST_CASE(SoftmaxProfilerJsonPrinterCpuAccTest)
+ +
BOOST_AUTO_TEST_SUITE_END()
+
CPU Execution: NEON: ArmCompute.
+ +
+
+ + + + -- cgit v1.2.1