https://github.com/labouteille/torchinfer
Deep learning inference framework [WIP]
https://github.com/labouteille/torchinfer
Last synced: about 2 months ago
JSON representation
Deep learning inference framework [WIP]
- Host: GitHub
- URL: https://github.com/labouteille/torchinfer
- Owner: LABouteille
- Created: 2022-07-08T07:32:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T08:12:49.000Z (over 3 years ago)
- Last Synced: 2025-10-09T02:03:00.918Z (9 months ago)
- Language: C++
- Size: 110 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# torchinfer
- A Deep learning inference framework (work in progress)
- Can load ONNX model (converted from Pytorch)
# To do
- [ ] Cuda
- [ ] SIMD intrinsics
- [ ] SSE4
- [ ] AVX2
- [ ] x86 SIMD assembly
- [ ] SSE4
- [ ] AVX2