mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
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:
@ -1,3 +1,4 @@
|
||||
//! Convolution Layers.
|
||||
use candle::{Result, Tensor};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
Reference in New Issue
Block a user