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 --- ...uctarmnn_1_1_elementwise_unary_descriptor.xhtml | 266 +++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 21.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml (limited to '21.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml') diff --git a/21.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml b/21.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml new file mode 100644 index 0000000000..71c1282908 --- /dev/null +++ b/21.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml @@ -0,0 +1,266 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryDescriptor Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ElementwiseUnaryDescriptor Struct Reference
+
+
+ +

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. + More...

+ +

#include <Descriptors.hpp>

+
+Inheritance diagram for ElementwiseUnaryDescriptor:
+
+
+ + +BaseDescriptor + +
+ + + + + + + + +

+Public Member Functions

 ElementwiseUnaryDescriptor ()
 
 ElementwiseUnaryDescriptor (UnaryOperation operation)
 
bool operator== (const ElementwiseUnaryDescriptor &rhs) const
 
+ + + + +

+Public Attributes

UnaryOperation m_Operation
 Specifies the elementwiseUnary operation to execute. More...
 
+

Detailed Description

+

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.

+ +

Definition at line 98 of file Descriptors.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ElementwiseUnaryDescriptor() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
ElementwiseUnaryDescriptor ()
+
+inline
+
+
+ +

◆ ElementwiseUnaryDescriptor() [2/2]

+ +
+
+ + + + + +
+ + + + + + + + +
ElementwiseUnaryDescriptor (UnaryOperation operation)
+
+inline
+
+ +

Definition at line 104 of file Descriptors.hpp.

+
105  : m_Operation(operation)
106  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
+
+
+
+

Member Function Documentation

+ +

◆ operator==()

+ +
+
+ + + + + +
+ + + + + + + + +
bool operator== (const ElementwiseUnaryDescriptorrhs) const
+
+inline
+
+ +

Definition at line 108 of file Descriptors.hpp.

+ +

References ElementwiseUnaryDescriptor::m_Operation.

+
109  {
110  return m_Operation == rhs.m_Operation;
111  }
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
+
+
+
+

Member Data Documentation

+ +

◆ m_Operation

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