ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Static Public Member Functions
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
)
inline
static
Definition at line
51
of file
Max.cpp
.
52
{
53
throw
std::runtime_error{
"NYI"
};
54
};
The documentation for this struct was generated from the following file:
compiler/mir-interpreter/src/ops/
Max.cpp
mir_interpreter
MaxImpl< uint8_t >
Generated by
1.9.8