mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Start adding support for cuda.
This commit is contained in:
@ -9,7 +9,7 @@ mod strided_index;
|
||||
mod tensor;
|
||||
|
||||
pub use cpu_backend::CpuStorage;
|
||||
pub use device::Device;
|
||||
pub use device::{Device, DeviceLocation};
|
||||
pub use dtype::{DType, WithDType};
|
||||
pub use error::{Error, Result};
|
||||
pub use shape::Shape;
|
||||
|
Reference in New Issue
Block a user