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

Static Public Member Functions

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

Detailed Description

Definition at line 41 of file HardSwish.cpp.

Member Function Documentation

◆ run()

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

Definition at line 43 of file HardSwish.cpp.

44 {
45 throw std::runtime_error{"NYI"};
46 }

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


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