const_cge 0.2.1

Neural network compiler with a focus on no_std targets
Documentation
1
2
3
4
fn main() {
  // TODO: generate 100 random networks, load them in `tests.rs`, and property test their outputs
  //       against the dynamic (assumed correct) version
}