From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/_resize_end_to_end_test_impl_8hpp.xhtml | 200 ++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 21.08/_resize_end_to_end_test_impl_8hpp.xhtml (limited to '21.08/_resize_end_to_end_test_impl_8hpp.xhtml') diff --git a/21.08/_resize_end_to_end_test_impl_8hpp.xhtml b/21.08/_resize_end_to_end_test_impl_8hpp.xhtml new file mode 100644 index 0000000000..56ead27f7d --- /dev/null +++ b/21.08/_resize_end_to_end_test_impl_8hpp.xhtml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/ResizeEndToEndTestImpl.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ResizeEndToEndTestImpl.hpp File Reference
+
+
+
#include "QuantizeHelper.hpp"
+#include <armnnUtils/Permute.hpp>
+#include <ResolveType.hpp>
+#include <backendsCommon/test/CommonTestUtils.hpp>
+#include <map>
+#include <vector>
+
+

Go to the source code of this file.

+ + + + + + + + +

+Functions

template<armnn::DataType ArmnnType>
void ResizeBilinearEndToEnd (const std::vector< armnn::BackendId > &backends, armnn::DataLayout dataLayout)
 
template<armnn::DataType ArmnnType>
void ResizeNearestNeighborEndToEnd (const std::vector< armnn::BackendId > &backends, armnn::DataLayout dataLayout)
 
+

Function Documentation

+ +

◆ ResizeBilinearEndToEnd()

+ +
+
+ + + + + + + + + + + + + + + + + + +
void ResizeBilinearEndToEnd (const std::vector< armnn::BackendId > & backends,
armnn::DataLayout dataLayout 
)
+
+ +

Definition at line 135 of file ResizeEndToEndTestImpl.hpp.

+ +

References armnn::Bilinear.

+
137 {
138  ResizeEndToEnd<ArmnnType>(backends, dataLayout, armnn::ResizeMethod::Bilinear);
139 }
+
+
+
+ +

◆ ResizeNearestNeighborEndToEnd()

+ +
+
+ + + + + + + + + + + + + + + + + + +
void ResizeNearestNeighborEndToEnd (const std::vector< armnn::BackendId > & backends,
armnn::DataLayout dataLayout 
)
+
+ +

Definition at line 142 of file ResizeEndToEndTestImpl.hpp.

+ +

References armnn::NearestNeighbor.

+
144 {
145  ResizeEndToEnd<ArmnnType>(backends, dataLayout, armnn::ResizeMethod::NearestNeighbor);
146 }
+
+
+
+
+
+ + + + -- cgit v1.2.1