Skip to content

Commit

Permalink
more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed May 16, 2022
1 parent 8f67fc8 commit 48eef49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tvm/script/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,8 @@ def transform_Assign(self, node):
3. (Store) Var[PrimExpr] = PrimExpr
4. with scope handlers with concise scoping and var def
4.1 var = T.allocate()
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.
The outputs are inlined into the following body (no variable is created).
x, y = f(...)
"""

Expand Down

0 comments on commit 48eef49

Please sign in to comment.