ug 0.0.1

Micro compiler for tensor operations.
Documentation
1
2
3
4
5
6
7
8
pub mod interpreter;
pub mod lang;
pub mod layout;
pub mod lower;
pub mod lower_op;
pub mod samples;

pub use layout::{Layout, Shape};