#include <MaxMin.h>
|
template<typename data_type > |
static data_type | op (data_type el1, data_type el2) |
|
Definition at line 29 of file MaxMin.h.
◆ 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:
- compute/cker/include/cker/operation/MaxMin.h