ONE - On-device Neural Engine
|
#include <HashtableLookup.h>
Public Types | |
enum | Input { LOOKUPS = 0 , KEYS = 1 , VALUES = 2 } |
enum | Output { OUTPUT = 0 , HITS = 1 } |
Definition at line 25 of file HashtableLookup.h.
Enumerator | |
---|---|
LOOKUPS | |
KEYS | |
VALUES |
Definition at line 28 of file HashtableLookup.h.
Enumerator | |
---|---|
OUTPUT | |
HITS |
Definition at line 35 of file HashtableLookup.h.
onert::ir::operation::HashtableLookup::HashtableLookup | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs | ||
) |
Definition at line 25 of file HashtableLookup.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 23 of file HashtableLookup.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 46 of file HashtableLookup.h.