summaryrefslogtreecommitdiff
path: root/candle-core/tests/conv_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-core/tests/conv_tests.rs')
-rw-r--r--candle-core/tests/conv_tests.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/candle-core/tests/conv_tests.rs b/candle-core/tests/conv_tests.rs
index 7a4c2956..2fdd4c74 100644
--- a/candle-core/tests/conv_tests.rs
+++ b/candle-core/tests/conv_tests.rs
@@ -1,6 +1,5 @@
-mod test_utils;
use anyhow::Result;
-use candle_core::{Device, Tensor};
+use candle_core::{test_device, test_utils, Device, Tensor};
/* This test is based on the following script.
import torch