mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Move some shared functions to the nn module. (#221)
This commit is contained in:
@ -6,6 +6,8 @@ pub mod embedding;
|
||||
pub mod init;
|
||||
pub mod layer_norm;
|
||||
pub mod linear;
|
||||
pub mod loss;
|
||||
pub mod ops;
|
||||
pub mod optim;
|
||||
pub mod var_builder;
|
||||
pub mod vision;
|
||||
|
Reference in New Issue
Block a user