onnxruntime/README.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2018-11-20 00:48:22 +00:00
# ONNX Runtime
2018-11-23 08:02:39 +00:00
[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/onnxruntime%20CI%20Pipelines)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=1)
2018-11-20 00:48:22 +00:00
ONNX Runtime is the runtime for [ONNX](https://github.com/onnx/onnx).
# Engineering Design
[Engineering Design](docs/HighLevelDesign.md)
# API
| API | CPU package | GPU package |
|-----|-------------|-------------|
| [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows](TODO)<br>[Linux](https://pypi.org/project/onnxruntime/)<br>[Mac](TODO)| [Windows](TODO)<br>[Linux](https://pypi.org/project/onnxruntime-gpu/) |
| [C#](docs/CSharp_API.md) | [Windows](TODO)| Not available |
| [C](docs/C_API.md) | [Windows](TODO)<br>[Linux](TODO) | Not available |
# Build
[Build](BUILD.md)
# Contribute
[Contribute](CONTRIBUTING.md)
# Versioning
[Versioning](docs/Versioning.md)
# Feedback
* File a bug in [GitHub Issues](https://github.com/Microsoft/onnxruntime/issues)
# Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# License
[LICENSE](LICENSE)