1 2 3 4 5
pub mod shape; pub mod tensor; pub use self::shape::{Shape}; pub use self::tensor::{Tensor};