core/helper: add linalg section

This commit is contained in:
abdul124 2024-07-29 17:30:09 +08:00
parent 17171065b1
commit a3e6bb2292
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ pub enum PrimDef {
FunNpHypot,
FunNpNextAfter,
// Linalg functions
FunNpDot,
FunNpLinalgMatmul,
FunNpLinalgCholesky,