From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- Documentation/structarmnn_1_1sqrt.xhtml | 170 ++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 Documentation/structarmnn_1_1sqrt.xhtml (limited to 'Documentation/structarmnn_1_1sqrt.xhtml') diff --git a/Documentation/structarmnn_1_1sqrt.xhtml b/Documentation/structarmnn_1_1sqrt.xhtml new file mode 100644 index 0000000000..c3c2d323d1 --- /dev/null +++ b/Documentation/structarmnn_1_1sqrt.xhtml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + +ArmNN: sqrt< T > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
sqrt< T > Struct Template Reference
+
+
+ +

#include <Sqrt.hpp>

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

+Public Member Functions

operator() (const T &inputData) const
 
+

Detailed Description

+

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

+ + +

Definition at line 13 of file Sqrt.hpp.

+

Member Function Documentation

+ +

◆ operator()()

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

Definition at line 16 of file Sqrt.hpp.

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