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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Remember that the last applicable rule for any given file is the only one
# that applies.
# Default rule: @diyessi gets everything.
* @diyessi
/cmake/ @rkimballn1 @silee2
/.ci/ @aslepko @crlishka
/.ci/travis/ @postrational
/.ci/onnx/ @postrational
/contrib/docker/ @aslepko @crlishka
/.travis.yml @postrational
/.clang-format @rkimballn1
/.gitattributes @rkimballn1
/.gitignore @rkimballn1
/VERSION.in @rkimballn1 @silee2
/doc/ @indie
/README.md @indie
/changes.md @indie @diyessi
/INSTALL.md @indie
/CONTRIB.md @indie
/licenses/ @diyessi @raramer01 @aslepko
/LICENSE @diyessi @raramer01 @aslepko
/python/ @postrational
/src/resource/ @rkimballn1
/src/tools/ @rkimballn1
/src/ngraph/autodiff/ @diyessi
/src/ngraph/builder/ @mbrookhart
/src/ngraph/codegen/ @rkimballn1
/src/ngraph/frontend/ @postrational
/src/ngraph/op/ @diyessi @aprocter
/src/ngraph/pass/ @Krovatkin
/src/ngraph/pattern/ @Krovatkin
/src/ngraph/runtime/ @rkimballn1 @Krovatkin
/src/ngraph/runtime/cpu/ @jbobba
/src/ngraph/runtime/gpu/ @rkimballn1
/src/ngraph/runtime/hybrid/ @sasadep
/src/ngraph/runtime/intelgpu/ @shssf
/src/ngraph/runtime/interpreter/ @rkimballn1
/src/ngraph/runtime/plaidml/ @earhart
/src/ngraph/runtime/reference/ @aprocter
/src/ngraph/type/ @diyessi
/src/ngraph/serializer.*pp @rkimballn1
# Putting this last so it's not overridden by directory rules
CMakeLists.txt @rkimballn1 @silee2
# Putting this last to make sure nothing else overrides.
/CODEOWNERS @diyessi