Single-header file, minimalist tensor library (and neural net runtime engine) in pure C
This library is super new, and I cannot guarantee long-term maintenance commitment. If you need something faster and highly optimized, you should use ggml or a similar alternative.
Mint is a single-file header only library for tensor manipulation. It also enables importing and executing some of neural net models. Mint aims to be dependency-free (except for C standard lib) and easily distributed. However, it is possible to integrate with the other libraries such as BLAS if needed.
Some of notable features:
The torchvision models are dumped into ONNX, then converted to Mint model format for inference.
All models here with opset 8 work well
No comments yet.
Sign in to be the first to comment.