From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- ...uctarmnn_1_1_elementwise_unary_descriptor.xhtml | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 Documentation/structarmnn_1_1_elementwise_unary_descriptor.xhtml (limited to 'Documentation/structarmnn_1_1_elementwise_unary_descriptor.xhtml') diff --git a/Documentation/structarmnn_1_1_elementwise_unary_descriptor.xhtml b/Documentation/structarmnn_1_1_elementwise_unary_descriptor.xhtml new file mode 100644 index 0000000000..5af0a8117d --- /dev/null +++ b/Documentation/structarmnn_1_1_elementwise_unary_descriptor.xhtml @@ -0,0 +1,257 @@ + + + + + + + + + + + + + +ArmNN: ElementwiseUnaryDescriptor Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ElementwiseUnaryDescriptor Struct Reference
+
+
+ +

A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. + More...

+ +

#include <Descriptors.hpp>

+ + + + + + + + +

+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 82 of file Descriptors.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ElementwiseUnaryDescriptor() [1/2]

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

◆ ElementwiseUnaryDescriptor() [2/2]

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

Definition at line 88 of file Descriptors.hpp.

+
89  : m_Operation(operation)
90  {}
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
Definition: Descriptors.hpp:98
+
+
+
+

Member Function Documentation

+ +

◆ operator==()

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

Definition at line 92 of file Descriptors.hpp.

+ +

References ElementwiseUnaryDescriptor::m_Operation.

+
93  {
94  return m_Operation == rhs.m_Operation;
95  }
UnaryOperation m_Operation
Specifies the elementwiseUnary operation to execute.
Definition: Descriptors.hpp:98
+
+
+
+

Member Data Documentation

+ +

◆ m_Operation

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