Skip to content

Commit a205aef

Browse files
committed
update filter
1 parent 2242adb commit a205aef

File tree

6 files changed

+13
-1487
lines changed

6 files changed

+13
-1487
lines changed

docs/Inter-node/filter.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ filter="your_filter"
7777
Please do not use the same name as built-in filters for custom filters.
7878
7979
## Built-in Filters {#default_filters}
80-
| | Function | |
81-
|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|---|
82-
| Run/run <br />Skip/skip <br />SerialSkip/serial_skip/serialskip <br />SubGraphSkip/subgraph_skip/subgraphskip, <br />Break/break, <br />Error/error | Returns the corresponding status value unconditionally | |
83-
| swap | Returns `Break` if there is no result, otherwise returns `Run` | |
84-
| or | Returns `Run` if there is no result, otherwise returns `Skip` | |
80+
| | Function | |
81+
|-----------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|---|
82+
| Run/run <br />Skip/skip <br />SerialSkip/serial_skip/serialskip <br />SubGraphSkip/subgraph_skip/subgraphskip, <br />Break/break, <br />Error/error | Returns the corresponding status value unconditionally | |
83+
| swap | Returns `Break` if there is no result, otherwise returns `Run`. Assign the value of result to data. | |
84+
| or | Returns `Run` if there is no result, otherwise returns `Skip` | |
8585
8686
8787

docs/contribution_guide/communicate.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Communication and Questions
44
type: reference
55
---
66

7-
请在此提交[issue](https://g.hz.netease.com/deploy/torchpipe/-/issues)
7+
Please submit an [issue](https://g.hz.netease.com/deploy/torchpipe/-/issues) here.
88

9-
# 交流
10-
POPO交流群:群号:4101019
9+
# Communication
10+
POPO communication group: Group ID: 4101019

docs/contribution_guide/statement.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ type: reference
55
---
66

77

8-
请确保提交的代码符合版权要求。

i18n/zh/docusaurus-plugin-content-docs/current/Inter-node/filter.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ filter="your_filter"
7777
7878
注意自定义filter请勿与内置filter重名。
7979
## 内置filter {#default_filters}
80-
| | 功能 | |
81-
|-----------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|---|
82-
| Run/run <br />Skip/skip <br />SerialSkip/serial_skip/serialskip <br />SubGraphSkip/subgraph_skip/subgraphskip, <br />Break/break, <br />Error/error | 无条件返回对应状态值 | |
83-
| swap | 没有result返回Break, 否则返回Run | |
84-
| or | 没有result返回Run, 否则返回Skip | |
80+
| | 功能 | |
81+
|-----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|---|
82+
| Run/run <br />Skip/skip <br />SerialSkip/serial_skip/serialskip <br />SubGraphSkip/subgraph_skip/subgraphskip, <br />Break/break, <br />Error/error | 无条件返回对应状态值 | |
83+
| swap | 没有result返回Break, 否则result赋值给data,并返回Run | |
84+
| or | 没有result返回Run, 否则返回Skip | |
8585
8686
8787

0 commit comments

Comments
 (0)