mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
Update docs (#2553)
* add module docs for candle-core * doc each of the candle-nn modules and add the links to the doc page
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//! Loss Calculations
|
||||
//!
|
||||
use candle::{Result, Tensor};
|
||||
|
||||
/// The negative log likelihood loss.
|
||||
|
Reference in New Issue
Block a user