Static analysis framework for analyzing programs written in TVM's Relay IR.
Перейти к файлу
kencolwell 6aa6bc3598 Updated .gitignore 2019-10-31 15:56:18 -07:00
.gitignore Updated .gitignore 2019-10-31 15:56:18 -07:00
LICENSE Rename LICENSE.txt to LICENSE 2019-10-31 10:25:59 -07:00
README.md Update README.md 2019-10-31 10:30:21 -07:00
SECURITY.md Initial SECURITY.md commit 2019-10-29 13:53:42 -07:00
analysis_tools.py Create analysis_tools.py 2019-10-31 15:41:12 -07:00

README.md

This is a static analysis framework for analyzing programs written in Relay, TVM's intermediate representation. TVM is an open source deep learning compiler developed at the University of Washington. This framework was developed on top of TVM during Gus Smith's internship at Microsoft with the Azure Hardware Systems Group, summer 2019.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.