merge paddle_serving_server_gpu and paddle_serving_server #1082
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
decription
python webservice代码合并优化
详细如下:
(1)统一package name为paddle__serving_server, wheel包名针对cpu、gpu、xpu进行区分,分别为paddle-serving-server、paddle-serving-server-gpu、paddle-serving-server-xpu;
(2) init.py内功能移出,使其符合python包管理惯用法,利于开发维护
(3)按功能增加dag.py、rpc_service.py、server.py,使后续开发维护逻辑更清晰
(4)use_mkl移除,由c++部分根据cpu flags自动判断是否使用mkl