Add the batcher. (#293)

This commit is contained in:
Laurent Mazare
2023-08-01 09:16:10 +01:00
committed by GitHub
parent fa98ca0c35
commit e1e8127f15
3 changed files with 111 additions and 18 deletions

View File

@ -2,6 +2,7 @@
// error type if needed or add some specialized cases on the candle-core side.
pub mod activation;
pub mod conv;
pub mod dataset;
pub mod embedding;
pub mod init;
pub mod layer_norm;