ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::MinimumOp 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 37 of file MaxMin.h.

Member Function Documentation

◆ 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: