diff options
Diffstat (limited to 'candle-core/src/streaming.rs')
-rw-r--r-- | candle-core/src/streaming.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/candle-core/src/streaming.rs b/candle-core/src/streaming.rs index f70ec51e..f4c0a9ff 100644 --- a/candle-core/src/streaming.rs +++ b/candle-core/src/streaming.rs @@ -1,3 +1,5 @@ +//! StreamTensror useful for streaming ops. +//! use crate::{Result, Shape, Tensor}; pub trait Dim: crate::shape::Dim + Copy {} |