Skip to content

Commit efa2a5d

Browse files
committed
Use alloc vec
1 parent e0f3f20 commit efa2a5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/burn-common/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ pub mod parallel;
2525

2626
/// Tensor utilities.
2727
pub mod tensor {
28+
use alloc::vec::Vec;
29+
2830
/// Check if the current tensor is contiguous.
2931
///
3032
/// A tensor is considered contiguous if its elements are stored in memory

0 commit comments

Comments
 (0)