mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Move the test-utils bits to a shared place. (#619)
This commit is contained in:
@ -4,10 +4,8 @@ extern crate intel_mkl_src;
|
||||
#[cfg(feature = "accelerate")]
|
||||
extern crate accelerate_src;
|
||||
|
||||
mod test_utils;
|
||||
|
||||
use anyhow::Result;
|
||||
use candle::{DType, Device, Tensor};
|
||||
use candle::{test_utils, DType, Device, Tensor};
|
||||
use candle_nn::BatchNorm;
|
||||
|
||||
/* The test below has been generated using the following PyTorch code:
|
||||
|
Reference in New Issue
Block a user