Skip to content

Commit

Permalink
Update exp.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Oct 22, 2023
1 parent 62edd56 commit d6c8631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/tensor/math/exp.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn exp_upcast<
loop {
match self.data.pop_front() {
Option::Some(item) => {
(TIntoW::into(*item)).print();
(TIntoW::into(*item)).exp().print();

result.append((TIntoW::into(*item)).exp());
},
Expand Down

0 comments on commit d6c8631

Please sign in to comment.