From 8efb48a6847c5cd166c561127ae6611150963ce3 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 May 2023 11:14:28 +0100 Subject: Update Doxygen docu for 23.05 Signed-off-by: Nikhil Raj Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe --- ...tructarmnn_1_1_elementwise_unary_function.xhtml | 226 +++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 23.05/structarmnn_1_1_elementwise_unary_function.xhtml (limited to '23.05/structarmnn_1_1_elementwise_unary_function.xhtml') diff --git a/23.05/structarmnn_1_1_elementwise_unary_function.xhtml b/23.05/structarmnn_1_1_elementwise_unary_function.xhtml new file mode 100644 index 0000000000..d997423574 --- /dev/null +++ b/23.05/structarmnn_1_1_elementwise_unary_function.xhtml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryFunction< Functor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ElementwiseUnaryFunction< Functor > Struct Template Reference
+
+
+ +

#include <ElementwiseFunction.hpp>

+ + + + + + +

+Public Types

using OutType = typename Functor::result_type
 
using InType = typename Functor::argument_type
 
+ + + +

+Public Member Functions

 ElementwiseUnaryFunction (const TensorShape &inShape, const TensorShape &outShape, Decoder< InType > &inData, Encoder< OutType > &outData)
 
+

Detailed Description

+

template<typename Functor>
+struct armnn::ElementwiseUnaryFunction< Functor >

+ + +

Definition at line 29 of file ElementwiseFunction.hpp.

+

Member Typedef Documentation

+ +

◆ InType

+ +
+
+ + + + +
using InType = typename Functor::argument_type
+
+ +

Definition at line 32 of file ElementwiseFunction.hpp.

+ +
+
+ +

◆ OutType

+ +
+
+ + + + +
using OutType = typename Functor::result_type
+
+ +

Definition at line 31 of file ElementwiseFunction.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ElementwiseUnaryFunction()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ElementwiseUnaryFunction (const TensorShapeinShape,
const TensorShapeoutShape,
Decoder< InType > & inData,
Encoder< OutType > & outData 
)
+
+ +

Definition at line 34 of file ElementwiseFunction.cpp.

+
38 {
+
39  BroadcastLoop(inShape, outShape).Unroll(Functor(), 0, inData, outData);
+
40 }
+
+

References BroadcastLoop::Unroll().

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1