Expose the tensor ids.

This commit is contained in:
laurent
2023-06-20 14:22:04 +01:00
parent 98b423145a
commit 671bcf060e
2 changed files with 12 additions and 8 deletions

View File

@ -11,4 +11,4 @@ pub use dtype::{DType, WithDType};
pub use error::{Error, Result};
pub use shape::Shape;
pub use storage::{CpuStorage, Storage};
pub use tensor::Tensor;
pub use tensor::{Tensor, TensorId};