Skip to content

Commit

Permalink
Add NdLayout to public API of crate
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 14, 2024
1 parent 0ae0b38 commit 1abb7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rten-tensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub use iterators::{
AxisChunks, AxisChunksMut, AxisIter, AxisIterMut, BroadcastIter, InnerIter, InnerIterMut, Iter,
IterMut, Lanes, LanesMut, Offsets,
};
pub use layout::{is_valid_permutation, DynLayout, Layout, MatrixLayout};
pub use layout::{is_valid_permutation, DynLayout, Layout, MatrixLayout, NdLayout};
pub use ndtensor::{
Matrix, MatrixMut, NdTensor, NdTensorBase, NdTensorView, NdTensorViewMut, NdView,
};
Expand Down

0 comments on commit 1abb7a9

Please sign in to comment.