|
ONE - On-device Neural Engine
|
#include <Attention.h>

Public Types | |
| enum | Input { INPUT = 0 , WQ = 1 , WK = 2 , WV = 3 , WO = 4 , COS = 5 , SIN = 6 , MASK = 7 , K_CACHE = 8 , V_CACHE = 9 , POS = 10 } |
Definition at line 26 of file Attention.h.
| onert::ir::operation::Attention::Attention | ( | const OperandIndexSequence & | inputs, |
| const OperandIndexSequence & | outputs | ||
| ) |
Definition at line 25 of file Attention.cc.
|
overridevirtual |
|
inlinefinalvirtual |
Implements onert::ir::IOperation.
Definition at line 47 of file Attention.h.