core/helper: add linalg section
This commit is contained in:
parent
17171065b1
commit
a3e6bb2292
|
@ -100,6 +100,7 @@ pub enum PrimDef {
|
|||
FunNpHypot,
|
||||
FunNpNextAfter,
|
||||
|
||||
// Linalg functions
|
||||
FunNpDot,
|
||||
FunNpLinalgMatmul,
|
||||
FunNpLinalgCholesky,
|
||||
|
|
Loading…
Reference in New Issue