1
2
3
4
5
6
use crate::internal::*;

mod conv;
mod pools;

register_all_mod!(conv, pools);