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

Static Public Member Functions

static void run (const mir::TensorVariant &arg, mir::TensorVariant &result)
 

Detailed Description

Definition at line 45 of file ReLU.cpp.

Member Function Documentation

◆ run()

static void mir_interpreter::ReLUImpl< uint8_t >::run ( const mir::TensorVariant arg,
mir::TensorVariant result 
)
inlinestatic

Definition at line 47 of file ReLU.cpp.

48 {
49 throw std::runtime_error{"NYI"};
50 }

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


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