ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert_micro::execute::pal::SubFn< 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::SubFn< T >

Definition at line 37 of file PALArithmeticOpCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 39 of file PALArithmeticOpCommon.h.

39{ return lhs - rhs; }

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