From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- Documentation/_test_pooling2d_8cpp.xhtml | 159 ------------------------------- 1 file changed, 159 deletions(-) delete mode 100644 Documentation/_test_pooling2d_8cpp.xhtml (limited to 'Documentation/_test_pooling2d_8cpp.xhtml') diff --git a/Documentation/_test_pooling2d_8cpp.xhtml b/Documentation/_test_pooling2d_8cpp.xhtml deleted file mode 100644 index 7f0db62b7f..0000000000 --- a/Documentation/_test_pooling2d_8cpp.xhtml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/armnnCaffeParser/test/TestPooling2d.cpp File Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TestPooling2d.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 (GlobalPooling, GlobalPoolingFixture)
 
-

Function Documentation

- -

◆ BOOST_FIXTURE_TEST_CASE()

- -
-
- - - - - - - - - - - - - - - - - - -
BOOST_FIXTURE_TEST_CASE (GlobalPooling ,
GlobalPoolingFixture  
)
-
- -

Definition at line 36 of file TestPooling2d.cpp.

- -

References BOOST_AUTO_TEST_SUITE_END().

-
37 {
38  RunTest<4>(
39  {
40  1,3,
41  5,7,
42 
43  2,2,
44  2,2,
45 
46  4,4,
47  6,6
48  },
49  {
50  4, 2, 5
51  });
52 }
-
-
-
-
- - - - -- cgit v1.2.1