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

#include <PALReduceCommon.h>

Public Member Functions

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

Detailed Description

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

Definition at line 54 of file PALReduceCommon.h.

Member Function Documentation

◆ operator()()

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

Definition at line 56 of file PALReduceCommon.h.

57 {
58 total *= value;
59 }

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