ONE - On-device Neural Engine
|
Public Types | |
template<typename IndicesT > | |
using | GatherWithFixedT = GatherImpl< T, IndicesT > |
Static Public Member Functions | |
static void | run (const TensorVariant &data, const TensorVariant &indices, const ops::GatherOp &op, TensorVariant &res) |
Definition at line 74 of file Gather.cpp.
using mir_interpreter::GatherByT< T >::GatherWithFixedT = GatherImpl<T, IndicesT> |
Definition at line 77 of file Gather.cpp.
|
inlinestatic |
Definition at line 79 of file Gather.cpp.
References mir::TensorVariant::getElementType().
Referenced by package.infer.session::inference().