1 Star 0 Fork 51

孙源/serving

forked from MindSpore/serving 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 903 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuyongfei 提交于 2020-11-18 21:37 . :serving 0.1.0
# MindSpore Serving
build/
mindspore_serving/lib
output
*.ir
# Cmake files
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
Makefile
cmake-build-debug
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.so.*
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Protocol buffers
*_pb2.py
*.pb.h
*.pb.cc
*.pb
*_grpc.py
# 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
.clangd
mindspore_serving/version.py
mindspore_serving/default_config.py
mindspore_serving/.commit_id
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/sunyuan0906/serving.git
git@gitee.com:sunyuan0906/serving.git
sunyuan0906
serving
serving
master

搜索帮助