This commit is contained in:
Nicolas Patry
2023-11-11 18:22:16 +01:00
parent b58b247323
commit 6071797450
3 changed files with 36 additions and 13 deletions

View File

@ -152,7 +152,7 @@ macro_rules! ops{
}
pub mod unary {
ops!(cos, sin, exp, sqr, sqrt, neg, log, gelu, ceil, floor, round);
ops!(cos, sin, exp, sqr, sqrt, neg, log, gelu, ceil, floor, round, erf, gelu_erf);
}
pub mod binary {
ops!(add, sub, mul, div);