ONE - On-device Neural Engine
Loading...
Searching...
No Matches
mir_interpreter::MaxImpl< uint8_t > Struct Reference

Static Public Member Functions

static void run (const TensorVariant &lhs, const TensorVariant &rhs, TensorVariant &res)
 

Detailed Description

Definition at line 49 of file Max.cpp.

Member Function Documentation

◆ run()

static void mir_interpreter::MaxImpl< uint8_t >::run ( const TensorVariant lhs,
const TensorVariant rhs,
TensorVariant res 
)
inlinestatic

Definition at line 51 of file Max.cpp.

52 {
53 throw std::runtime_error{"NYI"};
54 };

Referenced by package.infer.session::inference().


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