diff options
Diffstat (limited to 'candle-core/tests/indexing_tests.rs')
-rw-r--r-- | candle-core/tests/indexing_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-core/tests/indexing_tests.rs b/candle-core/tests/indexing_tests.rs index 122f63b0..1a77b32d 100644 --- a/candle-core/tests/indexing_tests.rs +++ b/candle-core/tests/indexing_tests.rs @@ -1,5 +1,5 @@ use anyhow::Result; -use candle::{Device, IndexOp, Tensor}; +use candle_core::{Device, IndexOp, Tensor}; mod test_utils; |