1pub mod core; 2pub mod gpu; 3pub mod linalg; 4pub mod ops; 5pub mod simd_ops; 6 7pub use core::Array;