Skip to content

Commit

Permalink
public rnn activation
Browse files Browse the repository at this point in the history
  • Loading branch information
bokutotu committed Nov 2, 2024
1 parent 6663822 commit 50dc949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenu-layer/src/layers/rnn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ mod lstm;
mod rnn;

pub use gru::*;
pub use inner::Activation;
pub use lstm::*;
pub use rnn::*;
pub use inner::Activation

0 comments on commit 50dc949

Please sign in to comment.