提交 22c5f77e authored 作者: Razvan Pascanu's avatar Razvan Pascanu

fixed some comments

上级 aadb424e
...@@ -254,9 +254,9 @@ class ScanOp(PureOp): ...@@ -254,9 +254,9 @@ class ScanOp(PureOp):
name=self.name, name=self.name,
profile=self.profile) profile=self.profile)
# Construct the perform # 3.2 Construct the perform
if self.as_repeatUntil is not None: if self.as_repeatUntil is not None:
# 3.2.1 as a repeat until
def p(node, args, outs): def p(node, args, outs):
pos = 0 pos = 0
cont = 1 cont = 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论