cubek-test-utils 0.2.0-pre.3

CubeK: Test Utils
Documentation
1
2
3
4
5
6
7
mod correctness;
mod test_mode;
mod test_tensor;

pub use correctness::{assert_equals_approx, assert_equals_approx_in_slice};
pub use test_mode::*;
pub use test_tensor::*;