ONE - On-device Neural Engine
|
#include <BCQGather.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT_SCALES = 0 , INPUT_BINARY , INDICES , INPUT_CLUSTERS } |
Definition at line 32 of file BCQGather.h.
Enumerator | |
---|---|
INPUT_SCALES | |
INPUT_BINARY | |
INDICES | |
INPUT_CLUSTERS |
Definition at line 35 of file BCQGather.h.
onert::ir::operation::BCQGather::BCQGather | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file BCQGather.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 54 of file BCQGather.h.
|
inline |
Definition at line 56 of file BCQGather.h.
Referenced by onert::exec::DynamicShapeInferer::visit().