|
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 28 of file BCQGather.h.
| Enumerator | |
|---|---|
| INPUT_SCALES | |
| INPUT_BINARY | |
| INDICES | |
| INPUT_CLUSTERS | |
Definition at line 31 of file BCQGather.h.
| onert::ir::operation::BCQGather::BCQGather | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs, | ||
| const Param & | param | ||
| ) |
Definition at line 25 of file BCQGather.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 50 of file BCQGather.h.
|
inline |
Definition at line 52 of file BCQGather.h.
Referenced by onert::exec::DynamicShapeInferer::visit().