ONE - On-device Neural Engine
|
#include <Gather.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 , INDICES } |
onert::ir::operation::Gather::Gather | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file Gather.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 51 of file Gather.h.
|
inline |
Definition at line 54 of file Gather.h.
Referenced by onert::backend::cpu::KernelGenerator::visit(), and onert::exec::DynamicShapeInferer::visit().