Add the op.

This commit is contained in:
laurent
2023-06-19 18:34:54 +01:00
parent 844704de5c
commit ce718bb807
5 changed files with 45 additions and 13 deletions

View File

@ -1,9 +1,9 @@
mod device;
mod dtype;
mod op;
mod storage;
mod tensor;
pub use device::Device;
pub use dtype::DType;
use storage::Storage;
pub use tensor::Tensor;