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_8cpp.xhtml | 135 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 20.08/_resize_8cpp.xhtml (limited to '20.08/_resize_8cpp.xhtml') diff --git a/20.08/_resize_8cpp.xhtml b/20.08/_resize_8cpp.xhtml new file mode 100644 index 0000000000..fa51771691 --- /dev/null +++ b/20.08/_resize_8cpp.xhtml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + +ArmNN: src/backends/reference/workloads/Resize.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Resize.cpp File Reference
+
+
+
#include "Resize.hpp"
+#include "TensorBufferArrayView.hpp"
+#include <boost/numeric/conversion/cast.hpp>
+#include <cmath>
+#include <algorithm>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
+ + + +

+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