提交 e39a2c9f 编写于 作者: Z Zhuoyuan 提交者: GitHub

update if else

上级 d156dfa9
......@@ -47,8 +47,9 @@ o1, o2 = if(cond)
Some questions:
1. how to know which inputs will be selected by condition?
e.g. True_block():
```python
True_block():
y = pd.fc(x)
# we will have x, w, b all as inputs
# but only x will be selected by cond, how can the block know?
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册