提交 2b950f2a authored 作者: Roy Xue's avatar Roy Xue

fix small bugs

上级 90f37192
......@@ -836,9 +836,7 @@ class ProfileStats(object):
" emitted in those cases.")
print >> file, ''
print >> file, (
"The minimum peak from all valid apply node order is %dKB") % \
int(round(minimum_peak / 1024.)))
print >> file, " The minimum peak from all valid apply node order is %dKB" % int(round(minimum_peak / 1024.))
def summary(self, file=sys.stderr, n_ops_to_print=20,
n_apply_to_print=20):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论