ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::execute::pal::TanhFunctor< T, > Struct Template Reference

#include <PALUnaryOpCommon.h>

Public Member Functions

operator() (T value)
 

Detailed Description

template<typename T, std::enable_if_t< std::is_floating_point< T >::value, bool > = true>
struct onert_micro::execute::pal::TanhFunctor< T, >

Definition at line 34 of file PALUnaryOpCommon.h.

Member Function Documentation

◆ operator()()

template<typename T , std::enable_if_t< std::is_floating_point< T >::value, bool > = true>
T onert_micro::execute::pal::TanhFunctor< T, >::operator() ( value)
inline

Definition at line 36 of file PALUnaryOpCommon.h.

36{ return std::tanh(value); }

The documentation for this struct was generated from the following file: