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

#include <PALBinaryOpCommon.h>

Public Member Functions

operator() (T lhs, T rhs)
 

Detailed Description

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

Definition at line 45 of file PALBinaryOpCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 47 of file PALBinaryOpCommon.h.

47{ return std::max(lhs, rhs); }

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