Expand description
Convolution kernels for GPU
Implements various convolution operations for signal processing and neural networks.
Structsยง
- Conv1d
Kernel - 1D convolution kernel
- Conv2d
Kernel - 2D convolution kernel for image processing and CNNs
Convolution kernels for GPU
Implements various convolution operations for signal processing and neural networks.