From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/structarmnn_1_1log.xhtml | 170 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 21.08/structarmnn_1_1log.xhtml (limited to '21.08/structarmnn_1_1log.xhtml') diff --git a/21.08/structarmnn_1_1log.xhtml b/21.08/structarmnn_1_1log.xhtml new file mode 100644 index 0000000000..0fc1cb613c --- /dev/null +++ b/21.08/structarmnn_1_1log.xhtml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + +ArmNN: log< T > Struct Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
log< T > Struct Template Reference
+
+
+ +

#include <Log.hpp>

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

+Public Member Functions

operator() (const T &inputData) const
 
+

Detailed Description

+

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

+ + +

Definition at line 13 of file Log.hpp.

+

Member Function Documentation

+ +

◆ operator()()

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

Definition at line 16 of file Log.hpp.

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