Add some documentation and test to the linear layer. (#151)

* Add some documentation and test to the linear layer.

* Layer norm doc.

* Minor tweaks.
This commit is contained in:
Laurent Mazare
2023-07-12 20:24:23 +01:00
committed by GitHub
parent f09d7e5653
commit 465fc8c0c5
5 changed files with 54 additions and 1 deletions

View File

@ -1,3 +1,4 @@
//! Embedding Layer.
use candle::{Result, Tensor};
#[derive(Debug)]