mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
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:
parent
dc0f7b8f82
commit
44d3c31200
2 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ Window Machine Learning is a high-performance, reliable API for deploying hardwa
|
|||
|
||||
The API is designed to ensure consistency of developer’s experience across the Windows platform. We provide long-term servicing and support, and we are committed to ensuring application’s 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue