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/_constructor_8cpp.xhtml | 150 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 21.08/_constructor_8cpp.xhtml (limited to '21.08/_constructor_8cpp.xhtml') diff --git a/21.08/_constructor_8cpp.xhtml b/21.08/_constructor_8cpp.xhtml new file mode 100644 index 0000000000..2abf33040d --- /dev/null +++ b/21.08/_constructor_8cpp.xhtml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + +ArmNN: src/armnnOnnxParser/test/Constructor.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Constructor.cpp File Reference
+
+
+
#include "armnnOnnxParser/IOnnxParser.hpp"
+#include <doctest/doctest.h>
+
+

Go to the source code of this file.

+ + + + +

+Functions

 TEST_SUITE ("OnnxParser_Constructor")
 
+

Function Documentation

+ +

◆ TEST_SUITE()

+ +
+
+ + + + + + + + +
TEST_SUITE ("OnnxParser_Constructor" )
+
+ +

Definition at line 10 of file Constructor.cpp.

+ +

References IOnnxParser::Create().

+
11 {
12 TEST_CASE("Create")
13 {
15 }
16 
17 }
static IOnnxParserPtr Create()
Definition: OnnxParser.cpp:37
+
std::unique_ptr< IOnnxParser, void(*)(IOnnxParser *parser)> IOnnxParserPtr
Definition: IOnnxParser.hpp:21
+
+
+
+
+
+ + + + -- cgit v1.2.1