mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Add owners for public facing API files (#15288)
### Description Add owners for public facing API files ### Motivation and Context Tighter control on the APIs
This commit is contained in:
parent
605c2f4b89
commit
818b94b4ea
1 changed files with 14 additions and 0 deletions
14
CODEOWNERS
14
CODEOWNERS
|
|
@ -20,3 +20,17 @@ requirements-training.txt @microsoft/onnxruntime-admin
|
|||
requirements.txt.in @microsoft/onnxruntime-admin
|
||||
/cgmanifests/cgmanifest.json @microsoft/onnxruntime-admin
|
||||
/cgmanifests/generated/cgmanifest.json @microsoft/onnxruntime-admin
|
||||
|
||||
# Public facing APIs
|
||||
# C/C++
|
||||
/onnxruntime/include/onnxruntime/core/session/onnxruntime_c_api.h @microsoft/onnxruntime-api
|
||||
/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_api.h @microsoft/onnxruntime-api
|
||||
/onnxruntime/include/onnxruntime/core/session/onnxruntime_cxx_inline.h @microsoft/onnxruntime-api
|
||||
|
||||
# C#
|
||||
/onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime/*.cs @microsoft/onnxruntime-api
|
||||
|
||||
# Python
|
||||
/onnxruntime/onnxruntime/python/*.h @microsoft/onnxruntime-api
|
||||
/onnxruntime/onnxruntime/python/*.cc @microsoft/onnxruntime-api
|
||||
/onnxruntime/onnxruntime/python/*.py @microsoft/onnxruntime-api
|
||||
|
|
|
|||
Loading…
Reference in a new issue