Skip to content

Commit

Permalink
Update schedule.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-nan authored Jul 15, 2024
1 parent ad2460e commit 1164517
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ max="1&4&8"
### 初始化
| | 功能 | 备注 |
|------------------|-----------------------------|-------------------------------------------------------------------------|
| batching_timeout | 凑batch超时时间,默认为0(毫秒) | 不接受`&`语法; 不需要凑batch时不生效 |
| batching_timeout | 凑batch超时时间(毫秒) | 不接受`&`语法; 不需要凑batch时不生效 |
| instance_num | 实例数目 | instance_num与后端的max()的乘积一般设置为略小于需要的最大同时处理的数据量 |
| backend | 真正的运算后端 | 通过min()/max()函数提供数据输入范围 |

Expand Down Expand Up @@ -90,4 +90,4 @@ flowchart LR


import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import TabItem from '@theme/TabItem';

0 comments on commit 1164517

Please sign in to comment.