ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::optimized::BinaryOpFuncSwapArgs< BASEOPERATOR > Struct Template Reference

#include <BinaryArithmeticOps.h>

Static Public Member Functions

template<typename T >
static T calculate (const T &a, const T &b)
 

Detailed Description

template<class BASEOPERATOR>
struct nnfw::cker::optimized::BinaryOpFuncSwapArgs< BASEOPERATOR >

Definition at line 481 of file BinaryArithmeticOps.h.

Member Function Documentation

◆ calculate()

template<class BASEOPERATOR >
template<typename T >
static T nnfw::cker::optimized::BinaryOpFuncSwapArgs< BASEOPERATOR >::calculate ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 483 of file BinaryArithmeticOps.h.

484 {
485 return BASEOPERATOR::calculate(b, a);
486 }

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