Skip to content

Commit

Permalink
change macros
Browse files Browse the repository at this point in the history
  • Loading branch information
bokutotu committed Nov 8, 2024
1 parent 759714a commit f301b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zenu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ use zenu_layer::Parameters;
use zenu_matrix::{device::Device, num::Num};
use zenu_optimizer::Optimizer;

extern crate zenu_macros;

pub use zenu_autograd as autograd;
pub use zenu_layer as layer;
pub use zenu_macros as macros;
pub use zenu_macros::Parameters;
pub use zenu_matrix as matrix;
pub use zenu_optimizer as optimizer;

Expand Down

0 comments on commit f301b4b

Please sign in to comment.