From 7bfd38a721360183f3392f9ab35db18a0dd7fef8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 Aug 2022 15:23:36 +0100 Subject: Update Doxygen for 22.08 Release Signed-off-by: Nikhil Raj Change-Id: I4789fe868e0492839be1482e5cee3642ed90d756 --- .../structarmnn_1_1_logical_binary_function.xhtml | 232 +++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 22.08/structarmnn_1_1_logical_binary_function.xhtml (limited to '22.08/structarmnn_1_1_logical_binary_function.xhtml') diff --git a/22.08/structarmnn_1_1_logical_binary_function.xhtml b/22.08/structarmnn_1_1_logical_binary_function.xhtml new file mode 100644 index 0000000000..b543fe0916 --- /dev/null +++ b/22.08/structarmnn_1_1_logical_binary_function.xhtml @@ -0,0 +1,232 @@ + + + + + + + + + + + + + +ArmNN: LogicalBinaryFunction< Functor > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LogicalBinaryFunction< Functor > Struct Template Reference
+
+
+ +

#include <ElementwiseFunction.hpp>

+ + + + + + +

+Public Types

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

+Public Member Functions

 LogicalBinaryFunction (const TensorShape &inShape0, const TensorShape &inShape1, const TensorShape &outShape, Decoder< InType > &inData0, Decoder< InType > &inData1, Encoder< OutType > &outData)
 
+

Detailed Description

+

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

+ + +

Definition at line 41 of file ElementwiseFunction.hpp.

+

Member Typedef Documentation

+ +

◆ InType

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

Definition at line 44 of file ElementwiseFunction.hpp.

+ +
+
+ +

◆ OutType

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

Definition at line 43 of file ElementwiseFunction.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ LogicalBinaryFunction()

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LogicalBinaryFunction (const TensorShapeinShape0,
const TensorShapeinShape1,
const TensorShapeoutShape,
Decoder< InType > & inData0,
Decoder< InType > & inData1,
Encoder< OutType > & outData 
)
+
+ +

Definition at line 43 of file ElementwiseFunction.cpp.

+ +

References BroadcastLoop::Unroll().

+
49 {
50  BroadcastLoop(inShape0, inShape1, outShape).Unroll(Functor(), 0, inData0, inData1, outData);
51 }
+
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1