Winml_principles_change (#5727)

* Contributing page change

* Update WinML_principles.md

* Update WinML_principles.md

* Update WinML_principles.md

* Updated

* Update WinML_principles.md

* Update WinML_principles.md

* Update WinML_principles.md

* Update WinML_principles.md
This commit is contained in:
alexzakv 2020-11-12 10:39:24 -08:00 committed by GitHub
parent dc0f7b8f82
commit 44d3c31200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -25,7 +25,6 @@ Note that if an issue isn't a high priority or has many open questions then it m
The ONNX Runtime team will review the proposal and either approve or close the issue based on whether it broadly aligns with the [Onnx Runtime Roadmap - High Level Goals section](./docs/Roadmap.md) and contribution guidelines.
4. **API Review**
If the feature adds new APIs then we'll start an API review. All new public APIs must be reviewed before merging.
For making changes to the C API refer to guidance [here](./docs/C_API_Guidelines.md).
For making changes to the Windows Machine Learning WinRT API, please label your request as *api:WinML*, and someone from the Windows ML team will work with you.

View file

@ -13,9 +13,9 @@ Window Machine Learning is a high-performance, reliable API for deploying hardwa
The API is designed to ensure consistency of developers experience across the Windows platform. We provide long-term servicing and support, and we are committed to ensuring applications compatibility as we evolve the API.
**Windows ML is a core component of Windows.**
The Windows ML source code is packaged and distributed with each new release of Windows. To provide consumers with high-quality products, Microsoft is responsible for distributing Windows ML and related binaries as part of Windows or standalone distributable packages.
**Windows ML is a core component of Windows.**
The Windows ML code is packaged and distributed with each new release of Windows. To provide consumers with high-quality products, Microsoft is responsible for distributing Windows ML and related binaries as part of Windows or standalone distributable packages.
## Open for Community Contributions