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 --- .../_deserialize_convolution2d_8cpp.xhtml | 161 --------------------- 1 file changed, 161 deletions(-) delete mode 100644 Documentation/_deserialize_convolution2d_8cpp.xhtml (limited to 'Documentation/_deserialize_convolution2d_8cpp.xhtml') diff --git a/Documentation/_deserialize_convolution2d_8cpp.xhtml b/Documentation/_deserialize_convolution2d_8cpp.xhtml deleted file mode 100644 index 413b214c85..0000000000 --- a/Documentation/_deserialize_convolution2d_8cpp.xhtml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/armnnDeserializer/test/DeserializeConvolution2d.cpp File Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
DeserializeConvolution2d.cpp File Reference
-
-
-
#include <boost/test/unit_test.hpp>
-#include "ParserFlatbuffersSerializeFixture.hpp"
-#include "../Deserializer.hpp"
-#include <string>
-#include <iostream>
-
-

Go to the source code of this file.

- - - - -

-Functions

 BOOST_FIXTURE_TEST_CASE (Convolution2dFloat32, SimpleConvolution2dFixture)
 
-

Function Documentation

- -

◆ BOOST_FIXTURE_TEST_CASE()

- -
-
- - - - - - - - - - - - - - - - - - -
BOOST_FIXTURE_TEST_CASE (Convolution2dFloat32 ,
SimpleConvolution2dFixture  
)
-
- -

Definition at line 134 of file DeserializeConvolution2d.cpp.

- -

References BOOST_AUTO_TEST_SUITE_END().

-
135 {
136  RunTest<4, armnn::DataType::Float32>(
137  0,
138  {{"InputLayer", {1, 5, 2, 3, 5, 8, 7, 3, 6, 3, 3, 3, 9, 1, 9, 4, 1, 8, 1, 3, 6, 8, 1, 9, 2}}},
139  {{"OutputLayer", {23, 33, 24, 91, 99, 48, 26, 50, 19}}});
140 }
-
-
-
-
- - - - -- cgit v1.2.1