Expand description
Convolutional neural network layers implementation
This module provides implementations of convolution layers for neural networks, including Conv2D, Conv3D, and their transpose versions, as well as comprehensive pooling layers for 1D, 2D, and 3D data.
§Module Organization
Re-exports§
pub use common::PaddingMode;
pub use conv2d::Conv2D;
pub use pooling::MaxPool2D;