.gitignore 524 字节
Newer Older
W
wuchenghui 已提交
1
bazel-*
W
wuchenghui 已提交
2
build/
L
Liangliang He 已提交
3 4
cmake-build/
cmake-build-debug/
5
docs/_build/
L
liuqi 已提交
6
*.a
L
liutuo 已提交
7

L
Liangliang He 已提交
8
.idea/
A
Allen 已提交
9
.vscode/
L
Liangliang He 已提交
10
tags
A
Allen 已提交
11

L
liutuo 已提交
12
\.project/
13 14
*swp
*~
L
Liangliang He 已提交
15
*.pyc
16
.python-version
17

L
Liangliang He 已提交
18 19 20 21 22 23 24
mace/codegen/models/
mace/codegen/opencl/
mace/codegen/opencl_bin/
mace/codegen/tuning/
mace/codegen/version/
mace/codegen/engine/
mace/codegen/lib/
25

L
Liangliang He 已提交
26 27 28 29
examples/android/macelibrary/src/main/cpp/mace/
examples/android/macelibrary/src/main/cpp/include/
examples/android/macelibrary/src/main/cpp/lib/arm64-v8a/
examples/android/macelibrary/src/main/jniLibs/arm64-v8a/
L
liutuo 已提交
30

31
tools/python/py_proto/*_pb2.py