luminal 0.2.0

Deep learning at the speed of light.
Documentation
1
2
3
4
5
6
7
8
// The high level interface implemented on GraphTensor. All of these ops get translated to primitive ops.
pub mod binary;
pub mod matmul;
pub use matmul::*;
pub mod movement;
pub mod other;
pub mod reduction;
pub mod unary;