From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- Documentation/_deserialize_mean_8cpp.xhtml | 161 +++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 Documentation/_deserialize_mean_8cpp.xhtml (limited to 'Documentation/_deserialize_mean_8cpp.xhtml') diff --git a/Documentation/_deserialize_mean_8cpp.xhtml b/Documentation/_deserialize_mean_8cpp.xhtml new file mode 100644 index 0000000000..8cc0b25bfa --- /dev/null +++ b/Documentation/_deserialize_mean_8cpp.xhtml @@ -0,0 +1,161 @@ + + + + + + + + + + + + + +ArmNN: src/armnnDeserializer/test/DeserializeMean.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DeserializeMean.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 (SimpleMean, SimpleMeanFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (SimpleMean ,
SimpleMeanFixture  
)
+
+ +

Definition at line 117 of file DeserializeMean.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
118 {
119  RunTest<4, armnn::DataType::Float32>(
120  0,
121  {{"InputLayer", { 1.0f, 1.0f, 2.0f, 2.0f, 3.0f, 3.0f }}},
122  {{"OutputLayer", { 2.0f, 2.0f }}});
123 }
+
+
+
+
+ + + + -- cgit v1.2.1