Skip to content

Commit

Permalink
Update to use teams instead of individual GH handles (microsoft#11163)
Browse files Browse the repository at this point in the history
* Update to use teams instead of individual GH handles

* Fix typo

* Update CODEOWNERS

* Update CODEOWNERS

* Update team name
  • Loading branch information
faxu authored Apr 12, 2022
1 parent 38e67e6 commit 5337972
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5337972

Please sign in to comment.