onnxruntime/CODEOWNERS
Line: 1: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 1: no users/groups matched Line: 4: incorrect codeowner organization: microsoft/onnxruntime-mobile Line: 4: no users/groups matched Line: 7: incorrect codeowner organization: microsoft/onnxruntime-mlas Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: microsoft/onnxruntime-mlas Line: 8: no users/groups matched Line: 9: incorrect codeowner organization: microsoft/onnxruntime-mlas Line: 9: no users/groups matched Line: 10: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 13: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 13: no users/groups matched Line: 14: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 16: no users/groups matched Line: 17: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: microsoft/onnxruntime-admin Line: 18: no users/groups matched Line: 22: incorrect codeowner organization: microsoft/onnxruntime-api Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: microsoft/onnxruntime-api Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: microsoft/onnxruntime-api Line: 24: no users/groups matched Line: 27: incorrect codeowner organization: microsoft/onnxruntime-api Line: 27: no users/groups matched Line: 30: incorrect codeowner organization: microsoft/onnxruntime-api Line: 30: no users/groups matched Line: 31: incorrect codeowner organization: microsoft/onnxruntime-api Line: 31: no users/groups matched Line: 32: incorrect codeowner organization: microsoft/onnxruntime-api Line: 32: no users/groups matched
Changming Sun e76bd2f5e9
Update CODEOWNERS: remove onnxruntime-es (#21677)
Removing this restriction for now.
2024-12-17 13:39:13 -08:00

32 lines
1.4 KiB
Text

/CODEOWNERS @microsoft/onnxruntime-admin
# Mobile
/onnxruntime/core/flatbuffers/schema/ort.fbs @microsoft/onnxruntime-mobile
# MLAS and related contrib ops
/onnxruntime/core/graph/contrib_ops/nhwc_schema_defs.cc @microsoft/onnxruntime-mlas
/onnxruntime/core/graph/contrib_ops/nchwc_schema_defs.cc @microsoft/onnxruntime-mlas
/onnxruntime/core/graph/contrib_ops/quantization_defs.* @microsoft/onnxruntime-mlas
/onnxruntime/core/mlas/** @microsoft/onnxruntime-mlas
# Dependencies
requirements-dev.txt @microsoft/onnxruntime-admin
requirements-doc.txt @microsoft/onnxruntime-admin
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