From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...tructarmnn_1_1_elementwise_unary_function.xhtml | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 21.02/structarmnn_1_1_elementwise_unary_function.xhtml (limited to '21.02/structarmnn_1_1_elementwise_unary_function.xhtml') diff --git a/21.02/structarmnn_1_1_elementwise_unary_function.xhtml b/21.02/structarmnn_1_1_elementwise_unary_function.xhtml new file mode 100644 index 0000000000..1d2eb9b49e --- /dev/null +++ b/21.02/structarmnn_1_1_elementwise_unary_function.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryFunction< Functor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 32 of file ElementwiseFunction.cpp.

+ +

References BroadcastLoop::Unroll().

+
36 {
37  BroadcastLoop(inShape, outShape).Unroll(Functor(), 0, inData, outData);
38 }
+
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1