Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 668 Bytes

File metadata and controls

19 lines (11 loc) · 668 Bytes

NNC: Neural Network Compiler

Overview

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.

Features

  • 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.

Contributing

Contributions are welcome! Please feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.