提交 36731107 编写于 作者: B barriery

fix codestyle

上级 158f5781
...@@ -100,6 +100,7 @@ The meaning of each parameter is as follows: ...@@ -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. | | 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. | | auto_batching_timeout | (float) Timeout for building batches of Auto-Batching. |
#### 2. General OP Secondary Development Interface #### 2. General OP Secondary Development Interface
| Interface or Variable | Explain | | Interface or Variable | Explain |
......
...@@ -100,6 +100,7 @@ def __init__(name=None, ...@@ -100,6 +100,7 @@ def __init__(name=None,
| batch_size | (int)进行 Auto-Batching 的期望 batch_size 大小,由于构建 batch 可能超时,实际 batch_size 可能小于设定值。 | | batch_size | (int)进行 Auto-Batching 的期望 batch_size 大小,由于构建 batch 可能超时,实际 batch_size 可能小于设定值。 |
| auto_batching_timeout | (float)进行 Auto-Batching 构建 batch 的超时时间。 | | auto_batching_timeout | (float)进行 Auto-Batching 构建 batch 的超时时间。 |
#### 2. 普通 OP二次开发接口 #### 2. 普通 OP二次开发接口
| 变量或接口 | 说明 | | 变量或接口 | 说明 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册