Add the broadcast operator.

This commit is contained in:
laurent
2023-06-24 19:16:03 +01:00
parent 96c098b6cd
commit 6b2cd9c51c
4 changed files with 44 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pub(crate) enum Op {
add: f64,
},
ToDType(Tensor),
Broadcast(Tensor),
Exp(Tensor),
Log(Tensor),
Sin(Tensor),