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 29 of file HashtableLookup.h.
Enumerator | |
---|---|
LOOKUPS | |
KEYS | |
VALUES |
Definition at line 32 of file HashtableLookup.h.
Enumerator | |
---|---|
OUTPUT | |
HITS |
Definition at line 39 of file HashtableLookup.h.
onert::ir::operation::HashtableLookup::HashtableLookup | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs | ||
) |
Definition at line 29 of file HashtableLookup.cc.
|
overridevirtual |
Implements onert::ir::IOperation.
Definition at line 27 of file HashtableLookup.cc.
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 50 of file HashtableLookup.h.