mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Move the cpu backend specific bits apart.
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
use crate::{
|
||||
storage::{CpuStorage, Storage},
|
||||
DType, Result, Shape,
|
||||
};
|
||||
use crate::{CpuStorage, DType, Result, Shape, Storage};
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum Device {
|
||||
|
Reference in New Issue
Block a user