-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitignore
109 lines (93 loc) · 1.82 KB
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# MindSpore
build/
luojianet_ms/lib
output
*.ir
st_tests
kernel_meta/
somas_meta/
trace_code_graph_*
# luojianet_ms lite java
luojianet_ms/lite/java/java/.gradle
luojianet_ms/lite/java/java/build
luojianet_ms/lite/java/java/gradle
luojianet_ms/lite/java/java/gradlew
luojianet_ms/lite/java/java/gradlew.bat
luojianet_ms/lite/java/java/app/build
luojianet_ms/lite/java/java/app/libs
# flatbuffer
luojianet_ms/lite/tools/converter/parser/tflite/schema_generated.h
luojianet_ms/lite/tools/converter/parser/caffe/caffe.pb.cc
luojianet_ms/lite/tools/converter/parser/caffe/caffe.pb.h
luojianet_ms/lite/tools/converter/parser/onnx/onnx.pb.h
luojianet_ms/lite/tools/converter/parser/onnx/onnx.pb.h
luojianet_ms/lite/tools/converter/schema/*.h
luojianet_ms/lite/tools/converter/schema/inner
luojianet_ms/lite/schema/*.h
luojianet_ms/lite/schema/inner
luojianet_ms/lite/src/runtime/kernel/opencl/cl/fp16/*.inc
luojianet_ms/lite/src/runtime/kernel/opencl/cl/fp32/*.inc
# Cmake files
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
Makefile
cmake-build-debug
# Dynamic libraries
*.so
*.so.*
*.dylib
# Static libraries
*.la
*.lai
*.a
*.lib
# Protocol buffers
*_pb2.py
*.pb.h
*.pb.cc
*.pb
*_grpc.py
# Object files
*.o
# Editor
.vscode
.idea/
# Cquery
.cquery_cached_index/
compile_commands.json
# Ctags and cscope
tags
TAGS
CTAGS
GTAGS
GRTAGS
GSYMS
GPATH
cscope.*
# Python files
*__pycache__*
.pytest_cache
# Mac files
*.DS_Store
# Test results
test_temp_summary_event_file/
*.dot
*.dat
*.svg
*.perf
*.info
*.ckpt
*.shp
*.pkl
*.pb
.clangd
luojianet_ms/python/luojianet_ms/version.py
luojianet_ms/python/luojianet_ms/default_config.py
luojianet_ms/python/luojianet_ms/device_target.py
luojianet_ms/python/luojianet_ms/package_name.py
luojianet_ms/python/luojianet_ms/.commit_id
# lite test file
luojianet_ms/lite/test/do_test/
# lite opencl compile file
*.cl.inc