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

Static Public Member Functions

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

Detailed Description

Definition at line 48 of file Sub.cpp.

Member Function Documentation

◆ run()

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

Definition at line 50 of file Sub.cpp.

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

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


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