mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:39:24 +00:00
Add compute module and update lib.rs to include it
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user