ArmNN
 22.02
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: