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/_depth_conv_8cpp.xhtml | 159 +++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 Documentation/_depth_conv_8cpp.xhtml (limited to 'Documentation/_depth_conv_8cpp.xhtml') diff --git a/Documentation/_depth_conv_8cpp.xhtml b/Documentation/_depth_conv_8cpp.xhtml new file mode 100644 index 0000000000..78dc362be5 --- /dev/null +++ b/Documentation/_depth_conv_8cpp.xhtml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + +ArmNN: src/armnnOnnxParser/test/DepthConv.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DepthConv.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "armnnOnnxParser/IOnnxParser.hpp"
+#include "ParserPrototxtFixture.hpp"
+
+

Go to the source code of this file.

+ + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (ValidDepthConvTest, SimpleDepthConv2DFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (ValidDepthConvTest ,
SimpleDepthConv2DFixture  
)
+
+ +

Definition at line 156 of file DepthConv.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
157 {
158  RunTest<4>({{"Input", { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}}},
159  {{"Output", { 10, 52, 126 }}});
160 }
+
+
+
+
+ + + + -- cgit v1.2.1