Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
186
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
df8f6a63301ac8ccc47585672dcbad44167ea379
切换分支/标签
Serving
python
pipeline
30 7月, 2020
3 次提交
B
bug fix
· df8f6a63
由
barriery
提交于
7月 30, 2020
df8f6a63
B
update code
· 3965f887
由
barriery
提交于
7月 30, 2020
3965f887
B
bug fix
· 6ecf9211
由
barriery
提交于
7月 30, 2020
6ecf9211
28 7月, 2020
3 次提交
B
update _run_preprocess, _run_process and _run_postprocess
· 0727cf98
由
barriery
提交于
7月 28, 2020
0727cf98
B
add auto-batching-generator
· da28e782
由
barriery
提交于
7月 28, 2020
da28e782
B
update channel to support timeout
· 3172da66
由
barriery
提交于
7月 28, 2020
3172da66
20 7月, 2020
2 次提交
B
add analyse
· 503b84ad
由
barrierye
提交于
7月 20, 2020
503b84ad
B
analyse
· 3ec69834
由
barrierye
提交于
7月 20, 2020
3ec69834
17 7月, 2020
2 次提交
B
change `build DAG each request` to `build DAG each worker`
· b92e2b77
由
barrierye
提交于
7月 17, 2020
b92e2b77
B
update code
· b4029edb
由
barrierye
提交于
7月 17, 2020
b4029edb
13 7月, 2020
1 次提交
B
fix profile in client
· 45de47bd
由
barrierye
提交于
7月 13, 2020
45de47bd
10 7月, 2020
2 次提交
B
support get profile form client
· a1521423
由
barrierye
提交于
7月 10, 2020
a1521423
B
support build process version op in each request
· 07ce3428
由
barrierye
提交于
7月 10, 2020
07ce3428
09 7月, 2020
1 次提交
B
add ProcessPipelineServicer
· bf169d92
由
barrierye
提交于
7月 09, 2020
bf169d92
08 7月, 2020
3 次提交
B
update operator
· 23cde85d
由
barrierye
提交于
7月 08, 2020
23cde85d
B
remove client_predict_handler
· 7cb306e5
由
barrierye
提交于
7月 08, 2020
7cb306e5
B
support: start servicer with process
· 048b22bb
由
barrierye
提交于
7月 08, 2020
048b22bb
06 7月, 2020
14 次提交
B
update dag
· 23cd3548
由
barrierye
提交于
7月 06, 2020
23cd3548
B
fix operator
· 24147d51
由
barrierye
提交于
7月 06, 2020
24147d51
B
update operator
· eda63a84
由
barrierye
提交于
7月 06, 2020
eda63a84
B
update channel
· 82a11cc2
由
barrierye
提交于
7月 06, 2020
82a11cc2
B
fix queue in multi-process
· 1e548efa
由
barrierye
提交于
7月 06, 2020
1e548efa
B
remove concurrency_idx in init_op func
· 63cf35d3
由
barrierye
提交于
7月 06, 2020
63cf35d3
B
add concurrency_idx into init_op func
· c3356dca
由
barrierye
提交于
7月 06, 2020
c3356dca
B
fix bug in dag executor
· 8bc3310f
由
barrierye
提交于
7月 06, 2020
8bc3310f
B
fix profiler
· 0fb54c0c
由
barrierye
提交于
7月 06, 2020
0fb54c0c
B
update profiler for process
· 99ea8b54
由
barrierye
提交于
7月 06, 2020
99ea8b54
B
update operator
· 2627a7dc
由
barrierye
提交于
7月 06, 2020
2627a7dc
W
remove private-obj
· 6b62fd38
由
wangjiawei04
提交于
7月 06, 2020
6b62fd38
W
remove private-obj
· 8c399d53
由
wangjiawei04
提交于
7月 06, 2020
8c399d53
B
update profiler
· 12b565e7
由
barrierye
提交于
7月 06, 2020
12b565e7
05 7月, 2020
5 次提交
B
move profiler into dag executor
· 724bf645
由
barrierye
提交于
7月 05, 2020
724bf645
B
rename globel_resp_dict to fetch_buffer in DAGExecutor
· eebf6db2
由
barrierye
提交于
7月 05, 2020
eebf6db2
B
fix check for response_op
· 999ff630
由
barrierye
提交于
7月 05, 2020
999ff630
B
refactor pipeline server: separate DAG from server
· c85ffe4b
由
barrierye
提交于
7月 05, 2020
c85ffe4b
B
refactor pipeline server: separate DAG from server
· 87319f10
由
barrierye
提交于
7月 05, 2020
87319f10
03 7月, 2020
4 次提交
B
add load_private_obj func in OP
· 31ef0d49
由
barrierye
提交于
7月 03, 2020
31ef0d49
B
fix profiler bug
· 110b904f
由
barrierye
提交于
7月 03, 2020
110b904f
B
add channel-size config
· e304057f
由
barrierye
提交于
7月 03, 2020
e304057f
B
fix memory leak
· 0f8899a3
由
barrierye
提交于
7月 03, 2020
0f8899a3