From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/_ref_json_printer_tests_8cpp_source.xhtml | 118 ++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 21.08/_ref_json_printer_tests_8cpp_source.xhtml (limited to '21.08/_ref_json_printer_tests_8cpp_source.xhtml') diff --git a/21.08/_ref_json_printer_tests_8cpp_source.xhtml b/21.08/_ref_json_printer_tests_8cpp_source.xhtml new file mode 100644 index 0000000000..4ee4ac2901 --- /dev/null +++ b/21.08/_ref_json_printer_tests_8cpp_source.xhtml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/test/RefJsonPrinterTests.cpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
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 <doctest/doctest.h>
11 
12 #include <vector>
13 
14 TEST_SUITE("RefJsonPrinter")
15 {
16 TEST_CASE("SoftmaxProfilerJsonPrinterCpuRefTest")
17 {
18  std::vector<armnn::BackendId> backends = {armnn::Compute::CpuRef};
20 }
21 
22 }
CPU Execution: Reference C++ kernels.
+
void RunSoftmaxProfilerJsonPrinterTest(const std::vector< armnn::BackendId > &backends)
+
TEST_SUITE("RefJsonPrinter")
+ + +
+
+ + + + -- cgit v1.2.1