mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-08 17:17:15 +00:00
Update CODEOWNERS to add a line for yaml files (#12378)
This commit is contained in:
parent
c579497134
commit
f1a04078e9
1 changed files with 7 additions and 4 deletions
11
CODEOWNERS
11
CODEOWNERS
|
|
@ -3,7 +3,10 @@
|
|||
/onnxruntime/core/framework/kernel_def_hash_helpers.* @microsoft/onnxruntime-mobile
|
||||
|
||||
# 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
|
||||
/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
|
||||
|
||||
# build pipelines
|
||||
/tools/ci_build/github/azure-pipelines @microsoft/onnxruntime-es
|
||||
|
|
|
|||
Loading…
Reference in a new issue