mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +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,6 @@
|
||||
//! Tensor ops.
|
||||
//!
|
||||
|
||||
use candle::{CpuStorage, DType, Layout, Module, Result, Shape, Tensor, D};
|
||||
use rayon::prelude::*;
|
||||
|
||||
|
Reference in New Issue
Block a user