ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter_pal::AddFn< T > Struct Template Reference

#include <PALArithmeticOpCommon.h>

Public Member Functions

operator() (T lhs, T rhs)
 

Detailed Description

template<typename T>
struct luci_interpreter_pal::AddFn< T >

Definition at line 28 of file PALArithmeticOpCommon.h.

Member Function Documentation

◆ operator()()

template<typename T >
T luci_interpreter_pal::AddFn< T >::operator() ( lhs,
rhs 
)
inline

Definition at line 30 of file PALArithmeticOpCommon.h.

30{ return lhs + rhs; }

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