ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert_micro::execute::pal::AddFn< T > Struct Template Reference

#include <PALArithmeticOpCommon.h>

Public Member Functions

operator() (T lhs, T rhs)
 

Detailed Description

template<typename T>
struct onert_micro::execute::pal::AddFn< T >

Definition at line 33 of file PALArithmeticOpCommon.h.

Member Function Documentation

◆ operator()()

template<typename T >
T onert_micro::execute::pal::AddFn< T >::operator() ( lhs,
rhs 
)
inline

Definition at line 35 of file PALArithmeticOpCommon.h.

35{ return lhs + rhs; }

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