We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f3f20 commit efa2a5dCopy full SHA for efa2a5d
crates/burn-common/src/lib.rs
@@ -25,6 +25,8 @@ pub mod parallel;
25
26
/// Tensor utilities.
27
pub mod tensor {
28
+ use alloc::vec::Vec;
29
+
30
/// Check if the current tensor is contiguous.
31
///
32
/// A tensor is considered contiguous if its elements are stored in memory
0 commit comments