deep_core 0.1.1

deep prototype
Documentation
1
2
3
4
5
pub mod shape;
pub mod tensor;

pub use self::shape::{Shape};
pub use self::tensor::{Tensor};