2020-03-27 14:49:12 +08:00
|
|
|
# MindSpore
|
|
|
|
build/
|
|
|
|
mindspore/lib
|
|
|
|
output
|
|
|
|
*.ir
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# 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
|
2020-06-01 16:59:23 +08:00
|
|
|
*.pb
|
2020-03-27 14:49:12 +08:00
|
|
|
.clangd
|
|
|
|
mindspore/version.py
|
|
|
|
mindspore/default_config.py
|
|
|
|
mindspore/.commit_id
|
|
|
|
onnx.proto
|
|
|
|
mindspore/ccsrc/onnx.proto
|