#include <MaxMin.h>
|
template<typename data_type > |
static data_type | op (data_type el1, data_type el2) |
|
Definition at line 37 of file MaxMin.h.
◆ op()
template<typename data_type >
static data_type nnfw::cker::MinimumOp::op |
( |
data_type |
el1, |
|
|
data_type |
el2 |
|
) |
| |
|
inlinestatic |
Definition at line 39 of file MaxMin.h.
40 {
41 return el1 < el2 ? el1 : el2;
42 }
The documentation for this struct was generated from the following file:
- compute/cker/include/cker/operation/MaxMin.h