autoagents_burn/
lib.rs

1#![recursion_limit = "256"]
2pub mod backend;
3pub mod model;
4mod utils;