We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b235d4c commit dcf57e1Copy full SHA for dcf57e1
docs/guides/jit/basic_usage_en.md
@@ -87,7 +87,7 @@ class Linear(...):
87
88
# ... forward_post_hook 逻辑
89
90
- return output
+ return outputs
91
```
92
93
+ ``Block.append_op`` 函数中,生成 ``Op`` 之前
0 commit comments