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 --- 20.02/_deserialize_slice_8cpp.xhtml | 160 ++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 20.02/_deserialize_slice_8cpp.xhtml (limited to '20.02/_deserialize_slice_8cpp.xhtml') diff --git a/20.02/_deserialize_slice_8cpp.xhtml b/20.02/_deserialize_slice_8cpp.xhtml new file mode 100644 index 0000000000..52d55b77e2 --- /dev/null +++ b/20.02/_deserialize_slice_8cpp.xhtml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + +ArmNN: src/armnnDeserializer/test/DeserializeSlice.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DeserializeSlice.cpp File Reference
+
+
+
#include "ParserFlatbuffersSerializeFixture.hpp"
+#include "../Deserializer.hpp"
+#include <boost/test/unit_test.hpp>
+#include <string>
+
+

Go to the source code of this file.

+ + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (SimpleSliceFloat32, SimpleSliceFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (SimpleSliceFloat32 ,
SimpleSliceFixture  
)
+
+ +

Definition at line 118 of file DeserializeSlice.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
119 {
120  RunTest<4, armnn::DataType::Float32>(
121  0,
122  {
123  0.f, 1.f, 2.f, 3.f, 4.f,
124  5.f, 6.f, 7.f, 8.f, 9.f,
125  10.f, 11.f, 12.f, 13.f, 14.f,
126 
127  15.f, 16.f, 17.f, 18.f, 19.f,
128  20.f, 21.f, 22.f, 23.f, 24.f,
129  25.f, 26.f, 27.f, 28.f, 29.f,
130 
131 
132  30.f, 31.f, 32.f, 33.f, 34.f,
133  35.f, 36.f, 37.f, 38.f, 39.f,
134  40.f, 41.f, 42.f, 43.f, 44.f,
135 
136  45.f, 46.f, 47.f, 48.f, 49.f,
137  50.f, 51.f, 52.f, 53.f, 54.f,
138  55.f, 56.f, 57.f, 58.f, 59.f,
139 
140 
141  60.f, 61.f, 62.f, 63.f, 64.f,
142  65.f, 66.f, 67.f, 68.f, 69.f,
143  70.f, 71.f, 72.f, 73.f, 74.f,
144 
145  75.f, 76.f, 77.f, 78.f, 79.f,
146  80.f, 81.f, 82.f, 83.f, 84.f,
147  85.f, 86.f, 87.f, 88.f, 89.f
148  },
149  {
150  37.f, 38.f, 39.f,
151  42.f, 43.f, 44.f,
152 
153  67.f, 68.f, 69.f,
154  72.f, 73.f, 74.f
155  });
156 }
+
+
+
+
+ + + + -- cgit v1.2.1