Skip to content

Commit

Permalink
feat(api): Re-export MapType from ffi module
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Oct 7, 2024
1 parent dbf27ce commit 1ae6a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub use session::*;
pub use tensor::*;

pub use ffi::HalideType;
pub use ffi::MapType;

pub mod prelude {
pub use crate::error::*;
Expand Down

0 comments on commit 1ae6a2d

Please sign in to comment.