.gitignore 538 字节
Newer Older
Y
Yu Yang 已提交
1 2 3 4 5 6
paddle/operators/check_t.save
paddle/operators/check_tensor.ls
paddle/operators/tensor.save
python/paddle/v2/fluid/tests/book/image_classification_resnet.inference.model/
python/paddle/v2/fluid/tests/book/image_classification_vgg.inference.model/
python/paddle/v2/fluid/tests/book/label_semantic_roles.inference.model/
Z
zhangjinchao01 已提交
7
*.DS_Store
D
dzhwinter 已提交
8
*.vs
Z
zhangjinchao01 已提交
9
build/
Q
qijun 已提交
10
build_doc/
Y
Yu Yang 已提交
11
*.user
L
liaogang 已提交
12 13

.vscode
W
wangyang59 已提交
14 15
.idea
.project
16
.cproject
W
wangyang59 已提交
17
.pydevproject
W
wangyang59 已提交
18
.settings/
D
dzhwinter 已提交
19
CMakeSettings.json
20
Makefile
21
.test_env/
L
liaogang 已提交
22
third_party/
23 24 25

*~
bazel-*
L
liaogang 已提交
26
third_party/
Y
Yu Yang 已提交
27

28
build_*
Y
Yu Yang 已提交
29 30
# clion workspace.
cmake-build-*