From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/_resize_8cpp.xhtml | 135 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 22.02/_resize_8cpp.xhtml (limited to '22.02/_resize_8cpp.xhtml') diff --git a/22.02/_resize_8cpp.xhtml b/22.02/_resize_8cpp.xhtml new file mode 100644 index 0000000000..b9bf9df1b0 --- /dev/null +++ b/22.02/_resize_8cpp.xhtml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Resize.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Resize.cpp File Reference
+
+
+
#include "Resize.hpp"
+#include "TensorBufferArrayView.hpp"
+#include <armnn/utility/NumericCast.hpp>
+#include <cmath>
+#include <algorithm>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + +

+Functions

void Resize (Decoder< float > &in, const TensorInfo &inputInfo, Encoder< float > &out, const TensorInfo &outputInfo, DataLayoutIndexed dataLayout, armnn::ResizeMethod resizeMethod, bool alignCorners, bool halfPixelCenters)
 
+
+
+ + + + -- cgit v1.2.1