Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
d8852342
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
185
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
d8852342
编写于
4月 22, 2021
作者:
T
TeslaZhao
提交者:
GitHub
4月 22, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update PIPELINE_SERVING_CN.md
上级
1ad40b8d
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
14 addition
and
14 deletion
+14
-14
doc/PIPELINE_SERVING_CN.md
doc/PIPELINE_SERVING_CN.md
+14
-14
未找到文件。
doc/PIPELINE_SERVING_CN.md
浏览文件 @
d8852342
...
...
@@ -132,20 +132,20 @@ def __init__(name=None,
各参数含义如下
| 参数名 |
含义 |
| :-------------------: | :---------
-
------------------------------------------------: |
| name |
(str)
用于标识 OP 类型的字符串,该字段必须全局唯一。 |
| input_ops |
(list)
当前 OP 的所有前继 OP 的列表。 |
| server_endpoints |
(list)
远程 Paddle Serving Service 的 endpoints 列表。如果不设置该参数,认为是local_precditor模式,从local_service_conf中读取配置。 |
| fetch_list |
(list)
远程 Paddle Serving Service 的 fetch 列表。 |
| client_config |
(str)
Paddle Serving Service 对应的 Client 端配置文件路径。 |
| client_type |
(str)
可选择brpc、grpc或local_predictor。local_predictor不启动Serving服务,进程内预测。 |
| concurrency |
(int)
OP 的并发数。 |
| timeout |
(int)
process 操作的超时时间,单位为毫秒。若该值小于零,则视作不超时。 |
| retry |
(int)
超时重试次数。当该值为 1 时,不进行重试。 |
| batch_size |
(int)
进行 Auto-Batching 的期望 batch_size 大小,由于构建 batch 可能超时,实际 batch_size 可能小于设定值,默认为 1。 |
| auto_batching_timeout |
(float)
进行 Auto-Batching 构建 batch 的超时时间,单位为毫秒。batch_size > 1时,要设置auto_batching_timeout,否则请求数量不足batch_size时会阻塞等待。 |
| local_service_handler |
(object)
local predictor handler,Op init()入参赋值 或 在Op init()中创建|
| 参数名 |
类型 |
含义 |
| :-------------------: | :---------
: |:
------------------------------------------------: |
| name |
(str) |
用于标识 OP 类型的字符串,该字段必须全局唯一。 |
| input_ops |
(list) |
当前 OP 的所有前继 OP 的列表。 |
| server_endpoints |
(list) |
远程 Paddle Serving Service 的 endpoints 列表。如果不设置该参数,认为是local_precditor模式,从local_service_conf中读取配置。 |
| fetch_list |
(list) |
远程 Paddle Serving Service 的 fetch 列表。 |
| client_config |
(str) |
Paddle Serving Service 对应的 Client 端配置文件路径。 |
| client_type |
(str) |
可选择brpc、grpc或local_predictor。local_predictor不启动Serving服务,进程内预测。 |
| concurrency |
(int) |
OP 的并发数。 |
| timeout |
(int) |
process 操作的超时时间,单位为毫秒。若该值小于零,则视作不超时。 |
| retry |
(int) |
超时重试次数。当该值为 1 时,不进行重试。 |
| batch_size |
(int) |
进行 Auto-Batching 的期望 batch_size 大小,由于构建 batch 可能超时,实际 batch_size 可能小于设定值,默认为 1。 |
| auto_batching_timeout |
(float) |
进行 Auto-Batching 构建 batch 的超时时间,单位为毫秒。batch_size > 1时,要设置auto_batching_timeout,否则请求数量不足batch_size时会阻塞等待。 |
| local_service_handler |
(object) |
local predictor handler,Op init()入参赋值 或 在Op init()中创建|
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录