forked from NervanaSystems/ngraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (23 loc) · 1.07 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Remember that the last applicable rule for any given file is the only one
# that applies.
# Default rule: @diyessi gets everything.
* @diyessi
/cmake/ @silee2
/.ci/ @raramer01
/contrib/docker/ @raramer01
/VERSION.in @silee2
/doc/*/*/frameworks/tensorflow_connect.rst @shresthamalik
project/introduction.rst @adstraw
project/governance.rst @adstraw
/licenses/ @diyessi @raramer01
/LICENSE @diyessi @raramer01
/src/ngraph/builder/ @silee2
/src/ngraph/frontend/ @silee2
/src/ngraph/runtime/cpu/ @silee2
/src/contrib/mlir/ @silee2
/test/mlir/ @silee2
# Putting this last so it's not overridden by directory rules
# ** means in any directory
**/CMakeLists.txt @silee2
# Putting this last to make sure nothing else overrides.
/CODEOWNERS @diyessi