https://github.com/merumerutho/convolutionengine
Header-only C++ convolution engine supporting regular (dense) convolutions, and optimized sparse and velvet-noise convolutions. Also optimized for mono, stereo and quad-channel cases.
https://github.com/merumerutho/convolutionengine
Last synced: 11 months ago
JSON representation
Header-only C++ convolution engine supporting regular (dense) convolutions, and optimized sparse and velvet-noise convolutions. Also optimized for mono, stereo and quad-channel cases.
- Host: GitHub
- URL: https://github.com/merumerutho/convolutionengine
- Owner: merumerutho
- License: mit
- Created: 2025-07-09T17:14:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T10:02:09.000Z (11 months ago)
- Last Synced: 2025-07-10T16:07:12.756Z (11 months ago)
- Language: C++
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConvolutionEngine
Header-only C++ convolution engine supporting regular (dense) convolutions, and optimized sparse and velvet-noise convolutions. Also optimized for mono, stereo and quad-channel cases.