From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...tructarmnn_1_1_elementwise_unary_function.xhtml | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 20.02/structarmnn_1_1_elementwise_unary_function.xhtml (limited to '20.02/structarmnn_1_1_elementwise_unary_function.xhtml') diff --git a/20.02/structarmnn_1_1_elementwise_unary_function.xhtml b/20.02/structarmnn_1_1_elementwise_unary_function.xhtml new file mode 100644 index 0000000000..3407d5396f --- /dev/null +++ b/20.02/structarmnn_1_1_elementwise_unary_function.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryFunction< Functor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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