mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 04:22: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 @@
|
||||
//! A `VarMap` is a store that holds named variables.
|
||||
//!
|
||||
use candle::{DType, Device, Result, Shape, Tensor, Var};
|
||||
use std::collections::HashMap;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
Reference in New Issue
Block a user