ONE - On-device Neural Engine
|
#include <TopKV2.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT } |
enum | Output { OUTPUT_VALUES = 0 , OUTPUT_INDICES } |
Enumerator | |
---|---|
OUTPUT_VALUES | |
OUTPUT_INDICES |
onert::ir::operation::TopKV2::TopKV2 | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file TopKV2.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 56 of file TopKV2.h.
|
inline |