const_cge 0.2.1

Neural network compiler with a focus on no_std targets
Documentation
1
2
3
// micromath does not support f64.
// if you want f64 + no_std, you must use libm.
include!("../libm_impl/f64.rs");