mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Update to use teams instead of individual GH handles (#11163)
* Update to use teams instead of individual GH handles * Fix typo * Update CODEOWNERS * Update CODEOWNERS * Update team name
This commit is contained in:
parent
38e67e66a2
commit
5337972f92
1 changed files with 6 additions and 6 deletions
12
CODEOWNERS
12
CODEOWNERS
|
|
@ -1,9 +1,9 @@
|
|||
# Mobile
|
||||
/onnxruntime/test/testdata/kernel_def_hashes/ @skottmckay @YUNQIUGUO @edgchen1
|
||||
/onnxruntime/core/framework/kernel_def_hash_helpers.* @skottmckay @YUNQIUGUO @edgchen1
|
||||
/onnxruntime/test/testdata/kernel_def_hashes/ @microsoft/onnxruntime-mobile
|
||||
/onnxruntime/core/framework/kernel_def_hash_helpers.* @microsoft/onnxruntime-mobile
|
||||
|
||||
# Contrib Ops
|
||||
onnxruntime/core/graph/contrib_ops/nhwc_schema_defs.cc @zhanghuanrong @chenfucn @yufenglee @yihonglyu @snnn
|
||||
onnxruntime/core/graph/contrib_ops/nchwc_schema_defs.cc @zhanghuanrong @chenfucn @yufenglee @yihonglyu @snnn
|
||||
onnxruntime/core/graph/contrib_ops/quantization_defs.* @zhanghuanrong @chenfucn @yufenglee @yihonglyu @snnn
|
||||
onnxruntime/core/mlas/** @zhanghuanrong @chenfucn @yufenglee @yihonglyu @snnn
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue