ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert_micro::execute::pal::SquaredDifferenceFn< 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::SquaredDifferenceFn< T >

Definition at line 49 of file PALArithmeticOpCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 51 of file PALArithmeticOpCommon.h.

51{ return (lhs - rhs) * (lhs - rhs); }

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