bunsen 0.0.4

burn neural network extension library
Documentation
1
2
3
4
5
//! # Pooling layers

mod avg_pool_2d_same;

pub use avg_pool_2d_same::*;