forked from PaddlePaddle/Paddle2ONNX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (31 loc) · 705 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (31 loc) · 705 Bytes
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
# System-generated temporary files
.DS_Store
# Temporary files that may be generated when loading Paddle2ONNX using an IDE
.idea
.vscode
# Files that change dynamically when compiling Paddle2ONNX
version.py
paddle2onnx/mappers_registry.h
# Temporary files that may be generated when building Paddle2ONNX
.setuptools-cmake-build
build
cmake-build-*
dist/*
installed_protobuf
paddle2onnx.egg-info/*
paddle2onnx/*.so
paddle2onnx/__pycache_*
protobuf-*
# Temporary files automatically generated when executing Paddle2ONNX unit tests
*.pdmodel
*.pdiparams
*.pdiparams.info
*inference.yml
*.onnx
*.temptxt
tests/__pycache_*
tests/*/__pycache_*
tests/*/*.info
tools/onnx/__pycache__*
test_data/
.hypothesis/