提交 8afebb69 authored 作者: Caglar's avatar Caglar

Fixed the printing.

上级 20c9c1ec
...@@ -116,7 +116,7 @@ def debugprint(obj, depth=-1, print_type=False, ...@@ -116,7 +116,7 @@ def debugprint(obj, depth=-1, print_type=False,
print >> file, "\n" print >> file, "\n"
new_prefix = ' >' new_prefix = ' >'
new_prefix_child = ' >' new_prefix_child = ' >'
print >> file, "Inner of the scan." print >> file, "Inner graphs of the scan ops:"
for s in scan_ops: for s in scan_ops:
debugmode.debugprint(s, depth=depth, done=done, print_type=print_type, debugmode.debugprint(s, depth=depth, done=done, print_type=print_type,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论