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

#include <PALReduceCommon.h>

Public Member Functions

void operator() (T &total, const T value)
 

Detailed Description

template<class T>
struct onert_micro::execute::pal::ReduceSumFn< T >

Definition at line 43 of file PALReduceCommon.h.

Member Function Documentation

◆ operator()()

template<class T >
void onert_micro::execute::pal::ReduceSumFn< T >::operator() ( T &  total,
const T  value 
)
inline

Definition at line 45 of file PALReduceCommon.h.

46 {
47 total += value;
48 }

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