diff options
Diffstat (limited to 'candle-core/benches/benchmarks/mod.rs')
-rw-r--r-- | candle-core/benches/benchmarks/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/candle-core/benches/benchmarks/mod.rs b/candle-core/benches/benchmarks/mod.rs index eb20ea70..c45effee 100644 --- a/candle-core/benches/benchmarks/mod.rs +++ b/candle-core/benches/benchmarks/mod.rs @@ -1,5 +1,7 @@ +pub(crate) mod affine; pub(crate) mod matmul; pub(crate) mod random; +pub(crate) mod where_cond; use candle_core::{Device, Result}; |