Skip to content

Commit 8e91b7a

Browse files
committed
wip
1 parent 2e615c6 commit 8e91b7a

3 files changed

Lines changed: 946 additions & 7 deletions

File tree

src/benchmarks/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
pub mod analytic_functions;
1010
pub mod evaluation;
1111
pub mod functions;
12-
pub mod ml_problems;
13-
pub mod mnist;
1412
#[cfg(feature = "onednn")]
1513
pub mod mnist_onednn;
16-
// Re-export commonly used types
14+
pub mod ml_problems;
15+
pub mod unified_tests;
16+
pub mod mnist;
1717

1818
pub use analytic_functions::AckleyFunction;
1919
pub use analytic_functions::BealeFunction;
@@ -29,4 +29,4 @@ pub use analytic_functions::SphereFunction;
2929
pub use analytic_functions::ZakharovFunction;
3030
pub use ml_problems::{
3131
LinearRegression, LogisticRegression, NeuralNetworkTraining, SupportVectorMachine,
32-
};
32+
};

0 commit comments

Comments
 (0)