From 3673110710fb2b9a8a0d28ea96edbcebdfa1bd7f Mon Sep 17 00:00:00 2001 From: barriery Date: Thu, 30 Jul 2020 13:28:22 +0000 Subject: [PATCH] fix codestyle --- doc/PIPELINE_SERVING.md | 1 + doc/PIPELINE_SERVING_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/PIPELINE_SERVING.md b/doc/PIPELINE_SERVING.md index 1fd7e97a..ada838b0 100644 --- a/doc/PIPELINE_SERVING.md +++ b/doc/PIPELINE_SERVING.md @@ -100,6 +100,7 @@ The meaning of each parameter is as follows: | batch_size | (int) The expected batch_size of Auto-Batching, since building batches may time out, the actual batch_size may be less than the set value. | | auto_batching_timeout | (float) Timeout for building batches of Auto-Batching. | + #### 2. General OP Secondary Development Interface | Interface or Variable | Explain | diff --git a/doc/PIPELINE_SERVING_CN.md b/doc/PIPELINE_SERVING_CN.md index 96ce23a6..1faab595 100644 --- a/doc/PIPELINE_SERVING_CN.md +++ b/doc/PIPELINE_SERVING_CN.md @@ -100,6 +100,7 @@ def __init__(name=None, | batch_size | (int)进行 Auto-Batching 的期望 batch_size 大小,由于构建 batch 可能超时,实际 batch_size 可能小于设定值。 | | auto_batching_timeout | (float)进行 Auto-Batching 构建 batch 的超时时间。 | + #### 2. 普通 OP二次开发接口 | 变量或接口 | 说明 | -- GitLab