NNC is a proof-of-concept neural network compiler. Its goal is to take neural network models, potentially from formats like ONNX, and compile them into efficient code, such as C.
- Frontend: Support for parsing neural network models (e.g., ONNX).
- Intermediate Representation (IR): An internal representation for neural network graphs.
- Code Generation: Generate target code (e.g., C) from the IR.
Contributions are welcome! Please feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.