mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Add some very basic tensor type.
This commit is contained in:
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
@ -0,0 +1,3 @@
|
||||
mod tensor;
|
||||
|
||||
pub use tensor::{DType, Tensor};
|
Reference in New Issue
Block a user