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 --- 20.02/structarmnn_1_1exp.xhtml | 170 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 20.02/structarmnn_1_1exp.xhtml (limited to '20.02/structarmnn_1_1exp.xhtml') diff --git a/20.02/structarmnn_1_1exp.xhtml b/20.02/structarmnn_1_1exp.xhtml new file mode 100644 index 0000000000..51faf9b28d --- /dev/null +++ b/20.02/structarmnn_1_1exp.xhtml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + +ArmNN: exp< T > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
exp< T > Struct Template Reference
+
+
+ +

#include <Exp.hpp>

+
+Inheritance diagram for exp< T >:
+
+
+ + + +
+ + + + +

+Public Member Functions

operator() (const T &inputData) const
 
+

Detailed Description

+

template<typename T>
+struct armnn::exp< T >

+ + +

Definition at line 13 of file Exp.hpp.

+

Member Function Documentation

+ +

◆ operator()()

+ +
+
+ + + + + +
+ + + + + + + + +
T operator() (const T & inputData) const
+
+inline
+
+ +

Definition at line 16 of file Exp.hpp.

+
17  {
18  return std::exp(inputData);
19  }
+
+
+
The documentation for this struct was generated from the following file:
    +
  • src/backends/reference/workloads/Exp.hpp
  • +
+
+
+ + + + -- cgit v1.2.1