burn_jit/kernel/interpolate/
mod.rs

1mod base;
2mod bicubic;
3mod bilinear;
4mod nearest;
5mod nearest_backward;
6
7pub use base::*;