ONE - On-device Neural Engine
|
#include <RoPE.h>
Data Structures | |
struct | Param |
Public Types | |
enum | Input { INPUT = 0 , SIN_TABLE , COS_TABLE } |
enum | Output { OUTPUT = 0 } |
enum class | RoPEMode { GPT_NEOX = 0 , GPT_J = 1 } |
|
strong |
onert::ir::operation::RoPE::RoPE | ( | const OperandIndexSequence & | inputs, |
const OperandIndexSequence & | outputs, | ||
const Param & | param | ||
) |
Definition at line 29 of file RoPE.cc.
|
overridevirtual |
|
inlinefinalvirtual |
|
inline |
Definition at line 63 of file RoPE.h.
Referenced by onert::backend::cpu::KernelGenerator::visit().