mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Add the op.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
mod device;
|
||||
mod dtype;
|
||||
mod op;
|
||||
mod storage;
|
||||
mod tensor;
|
||||
|
||||
pub use device::Device;
|
||||
pub use dtype::DType;
|
||||
use storage::Storage;
|
||||
pub use tensor::Tensor;
|
||||
|
Reference in New Issue
Block a user