From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/structarmnn_1_1_logical_unary_function.xhtml | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 21.08/structarmnn_1_1_logical_unary_function.xhtml (limited to '21.08/structarmnn_1_1_logical_unary_function.xhtml') diff --git a/21.08/structarmnn_1_1_logical_unary_function.xhtml b/21.08/structarmnn_1_1_logical_unary_function.xhtml new file mode 100644 index 0000000000..d9e613fdca --- /dev/null +++ b/21.08/structarmnn_1_1_logical_unary_function.xhtml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + +ArmNN: LogicalUnaryFunction< Functor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LogicalUnaryFunction< Functor > Struct Template Reference
+
+
+ +

#include <ElementwiseFunction.hpp>

+ + + + + + +

+Public Types

using OutType = bool
 
using InType = bool
 
+ + + +

+Public Member Functions

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

Detailed Description

+

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

+ + +

Definition at line 55 of file ElementwiseFunction.hpp.

+

Member Typedef Documentation

+ +

◆ InType

+ +
+
+ + + + +
using InType = bool
+
+ +

Definition at line 58 of file ElementwiseFunction.hpp.

+ +
+
+ +

◆ OutType

+ +
+
+ + + + +
using OutType = bool
+
+ +

Definition at line 57 of file ElementwiseFunction.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ LogicalUnaryFunction()

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

Definition at line 54 of file ElementwiseFunction.cpp.

+ +

References BroadcastLoop::Unroll().

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