mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 12:06:35 +00:00
Cleanup fixed a few ops removed debugging scaffolding.
This commit is contained in:

committed by
Nicolas Patry

parent
7cfffcac10
commit
2813fb5dbc
@ -150,7 +150,7 @@ macro_rules! ops{
|
||||
}
|
||||
|
||||
pub mod unary {
|
||||
ops!(cos, sin, exp, sqr, sqrt, neg, copy);
|
||||
ops!(cos, sin, exp, sqr, sqrt, neg, copy, log);
|
||||
}
|
||||
pub mod binary {
|
||||
ops!(add, sub, mul, div);
|
||||
|
Reference in New Issue
Block a user