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/_test_concat_8cpp.html | 145 +++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 Documentation/_test_concat_8cpp.html (limited to 'Documentation/_test_concat_8cpp.html') diff --git a/Documentation/_test_concat_8cpp.html b/Documentation/_test_concat_8cpp.html new file mode 100644 index 0000000000..109a817785 --- /dev/null +++ b/Documentation/_test_concat_8cpp.html @@ -0,0 +1,145 @@ + + + + + + + +ArmNN: src/armnnCaffeParser/test/TestConcat.cpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TestConcat.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "armnnCaffeParser/ICaffeParser.hpp"
+#include "ParserPrototxtFixture.hpp"
+
+

Go to the source code of this file.

+ + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (ParseConcat, ConcatFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (ParseConcat ,
ConcatFixture  
)
+
+ +

Definition at line 55 of file TestConcat.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
56 {
57  RunTest<4>(
58  {
59  0, 1, 0, 0,
60  0, 0, 0, 0,
61  0, 0, 1, 0,
62  1, 0, 1, 1
63  },
64  {
65  1, 0,
66  1, 1,
67 
68  1, 0,
69  1, 1
70  });
71 }
+
+
+
+
+ + + + -- cgit v1.2.1