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:
zachcp
2024-11-11 16:13:52 -05:00
committed by GitHub
parent e2b6b367fa
commit 3769206583
10 changed files with 48 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! Loss Calculations
//!
use candle::{Result, Tensor};
/// The negative log likelihood loss.