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 --- ...uctarmnn_1_1_elementwise_unary_descriptor.xhtml | 257 +++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 20.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml (limited to '20.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml') diff --git a/20.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml b/20.02/structarmnn_1_1_elementwise_unary_descriptor.xhtml new file mode 100644 index 0000000000..5af0a8117d --- /dev/null +++ b/20.02/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