From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- 20.08/_neg_8cpp.xhtml | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 20.08/_neg_8cpp.xhtml (limited to '20.08/_neg_8cpp.xhtml') diff --git a/20.08/_neg_8cpp.xhtml b/20.08/_neg_8cpp.xhtml new file mode 100644 index 0000000000..5d32ca8022 --- /dev/null +++ b/20.08/_neg_8cpp.xhtml @@ -0,0 +1,161 @@ + + + + + + + + + + + + + +ArmNN: src/armnnTfLiteParser/test/Neg.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Neg.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "ParserFlatbuffersFixture.hpp"
+#include "../TfLiteParser.hpp"
+#include <string>
+
+

Go to the source code of this file.

+ + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (ParseNeg, SimpleNegFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (ParseNeg ,
SimpleNegFixture  
)
+
+ +

Definition at line 76 of file Neg.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
77 {
78  using armnn::DataType;
79  RunTest<4, DataType::Float32>(0, {{ "inputTensor", { 0.0f, 1.0f, -2.0f,
80  20.0855185f, -54.5980834f, 5.0f} }},
81  {{ "outputTensor",{ 0.0f, -1.0f, 2.0f,
82  -20.0855185f, 54.5980834f, -5.0f} }});
83 }
DataType
Definition: Types.hpp:32
+
+
+
+
+
+ + + + -- cgit v1.2.1