cubek-test-utils 0.2.0

CubeK: Test Utils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod arange;
mod base;
mod cast;
mod custom;
mod eye;
mod host_data;
mod io;
mod quant;
mod random;
mod strides;
mod zeros;

pub use base::*;
pub use host_data::*;
pub use io::{read_host_data, write_host_data};
pub use strides::{StrideSpec, physical_extent};