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

#include <PALBinaryOpCommon.h>

Public Member Functions

operator() (T lhs, T rhs)
 

Detailed Description

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

Definition at line 51 of file PALBinaryOpCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file PALBinaryOpCommon.h.

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

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