Skip to content

etornam45/nnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

neural network compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors