Skip to content

Commit

Permalink
update prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDoge committed Jun 28, 2023
1 parent 33f91b7 commit c340518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub use crate::ffi::{DataType, Device};
pub use crate::manager_ctx::ManagerCtx;
pub use crate::manager_ctx::{CowIntArray, ManagerCtx};
pub use crate::tensor::traits::{FromDLPack, TensorView, ToDLPack, ToTensor};
pub use crate::tensor::ManagedTensor;

0 comments on commit c340518

Please sign in to comment.