Skip to content

Commit

Permalink
Exposed NumpyDType publicly (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafioti committed Jun 21, 2023
1 parent 3786aea commit 4748054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tensor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ mod gradients;
mod masks;
#[cfg(feature = "numpy")]
pub(crate) mod numpy;
#[cfg(feature = "numpy")]
pub use numpy::NumpyDtype;
#[cfg(feature = "safetensors")]
pub mod safetensors;
mod tensorlike;
Expand Down

0 comments on commit 4748054

Please sign in to comment.