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/_resize_nearest_neighbor_8cpp.xhtml | 161 ++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 20.08/_resize_nearest_neighbor_8cpp.xhtml (limited to '20.08/_resize_nearest_neighbor_8cpp.xhtml') diff --git a/20.08/_resize_nearest_neighbor_8cpp.xhtml b/20.08/_resize_nearest_neighbor_8cpp.xhtml new file mode 100644 index 0000000000..6c61b7c5cd --- /dev/null +++ b/20.08/_resize_nearest_neighbor_8cpp.xhtml @@ -0,0 +1,161 @@ + + + + + + + + + + + + + +ArmNN: src/armnnTfLiteParser/test/ResizeNearestNeighbor.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ResizeNearestNeighbor.cpp File Reference
+
+
+
#include <boost/test/unit_test.hpp>
+#include "ParserFlatbuffersFixture.hpp"
+#include "../TfLiteParser.hpp"
+#include <string>
+#include <iostream>
+
+

Go to the source code of this file.

+ + + + +

+Functions

 BOOST_FIXTURE_TEST_CASE (ParseResizeNearestNeighbor, SimpleResizeNearestNeighborFixture)
 
+

Function Documentation

+ +

◆ BOOST_FIXTURE_TEST_CASE()

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (ParseResizeNearestNeighbor ,
SimpleResizeNearestNeighborFixture  
)
+
+ +

Definition at line 103 of file ResizeNearestNeighbor.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
104 {
105  RunTest<4, armnn::DataType::Float32>(
106  0,
107  {{"InputTensor", { 1.0f, 2.0f, 3.0f, 4.0f }}},
108  {{"OutputTensor", { 1.0f }}});
109 }
+
+
+
+
+ + + + -- cgit v1.2.1