提交 d7a5a6a8 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

pep8

上级 f7c1f6bd
...@@ -123,8 +123,8 @@ class Scan(PureOp): ...@@ -123,8 +123,8 @@ class Scan(PureOp):
# Scan from producing outputs by means of inplace operations and # Scan from producing outputs by means of inplace operations and
# therefore allow it to pre-allocate memory storage for the outputs, # therefore allow it to pre-allocate memory storage for the outputs,
# avoiding needless copies. # avoiding needless copies.
self.mode_instance = \ self.mode_instance = self.mode_instance.including(
self.mode_instance.including("add_no_output_from_inplace") "add_no_output_from_inplace")
if not hasattr(self, 'name') or self.name is None: if not hasattr(self, 'name') or self.name is None:
self.name = 'scan_fn' self.name = 'scan_fn'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论