Add the continuous method.

This commit is contained in:
laurent
2023-06-23 10:45:20 +01:00
parent 4712dcc2f6
commit c4c6167949
3 changed files with 29 additions and 4 deletions

View File

@ -17,6 +17,8 @@ pub(crate) enum Op {
add: f64,
},
Neg(Tensor),
#[allow(dead_code)]
Reshape(Tensor),
Sqr(Tensor),
Sqrt(Tensor),
ToDevice(Tensor),