ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::MaximumOp Struct Reference

#include <MaxMin.h>

Static Public Member Functions

template<typename data_type >
static data_type op (data_type el1, data_type el2)
 

Detailed Description

Definition at line 29 of file MaxMin.h.

Member Function Documentation

◆ op()

template<typename data_type >
static data_type nnfw::cker::MaximumOp::op ( data_type  el1,
data_type  el2 
)
inlinestatic

Definition at line 31 of file MaxMin.h.

32 {
33 return el1 > el2 ? el1 : el2;
34 }

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