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