catgrad 0.2.1

a categorical deep learning compiler
Documentation
1
2
3
4
5
6
7
8
//! Abstract representation of catgrad's surface syntax
pub(crate) mod ops;

pub mod types;

pub use crate::path::*;
pub use ops::*;
pub use types::*;