Skip to content

Commit

Permalink
feat: publish stacked API (#860)
Browse files Browse the repository at this point in the history
* feat: publish stacked API

* feat: publish solely AddDim

---------

Co-authored-by: Corey Lowman <clowman1993@gmail.com>
  • Loading branch information
LeoDog896 and coreylowman authored Sep 14, 2023
1 parent 2e5116c commit 9a208d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tensor_ops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ pub use slice::slice;
pub use softmax::softmax;
pub use sqrt::sqrt;
pub use square::square;
pub use stack::TryStack;
pub use stack::{AddDim, TryStack};
pub use stddev_to::StddevTo;
pub use sub::{sub, TrySub};
pub use sum_to::SumTo;
Expand Down

0 comments on commit 9a208d9

Please sign in to comment.