mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add compute module and update lib.rs to include it
This commit is contained in:
parent
f749b2c921
commit
6718cf5de7
3
src/compute/mod.rs
Normal file
3
src/compute/mod.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
pub mod activations;
|
||||||
|
|
||||||
|
pub mod models;
|
@ -8,3 +8,6 @@ pub mod frame;
|
|||||||
|
|
||||||
/// Documentation for the [`crate::utils`] module.
|
/// Documentation for the [`crate::utils`] module.
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
|
|
||||||
|
/// Documentation for the [`crate::compute`] module.
|
||||||
|
pub mod compute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user