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 8f67fc8 commit 48eef49Copy full SHA for 48eef49
python/tvm/script/parser.py
@@ -552,7 +552,8 @@ def transform_Assign(self, node):
552
3. (Store) Var[PrimExpr] = PrimExpr
553
4. with scope handlers with concise scoping and var def
554
4.1 var = T.allocate()
555
- 5. A call to a pure python function, consuming and producing TVMScript values
+ 5. A call to a pure python function, consuming and producing TVMScript values.
556
+ The outputs are inlined into the following body (no variable is created).
557
x, y = f(...)
558
"""
559
0 commit comments