Skip to content

Commit 48eef49

Browse files
committed
more comment
1 parent 8f67fc8 commit 48eef49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/tvm/script/parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ def transform_Assign(self, node):
552552
3. (Store) Var[PrimExpr] = PrimExpr
553553
4. with scope handlers with concise scoping and var def
554554
4.1 var = T.allocate()
555-
5. A call to a pure python function, consuming and producing TVMScript values
555+
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).
556557
x, y = f(...)
557558
"""
558559

0 commit comments

Comments
 (0)