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 --- Documentation/_constructor_8cpp_source.html | 105 ++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 Documentation/_constructor_8cpp_source.html (limited to 'Documentation/_constructor_8cpp_source.html') diff --git a/Documentation/_constructor_8cpp_source.html b/Documentation/_constructor_8cpp_source.html new file mode 100644 index 0000000000..93c448dcf1 --- /dev/null +++ b/Documentation/_constructor_8cpp_source.html @@ -0,0 +1,105 @@ + + + + + + + +ArmNN: src/armnnOnnxParser/test/Constructor.cpp Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Constructor.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 <boost/test/unit_test.hpp>
8 
9 BOOST_AUTO_TEST_SUITE(OnnxParser)
10 
12 {
14 }
15 
+
BOOST_AUTO_TEST_SUITE_END()
+
static IOnnxParserPtr Create()
Definition: OnnxParser.cpp:424
+
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
+
std::unique_ptr< IOnnxParser, void(*)(IOnnxParser *parser)> IOnnxParserPtr
Definition: IOnnxParser.hpp:20
+
BOOST_AUTO_TEST_CASE(Create)
Definition: Constructor.cpp:11
+
+
+ + + + -- cgit v1.2.1