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