提交 7bbfe9c7 authored 作者: ChienliMa's avatar ChienliMa

pep8! fix code format

上级 6d0539d9
...@@ -496,8 +496,7 @@ class Container(object): ...@@ -496,8 +496,7 @@ class Container(object):
return r return r
def map_storage(fgraph, order, input_storage, output_storage, storage_map=None):
def map_storage(fgraph, order, input_storage, output_storage, storage_map = None):
"""Ensure there is storage (a length-1 list) for inputs, outputs, and interior nodes. """Ensure there is storage (a length-1 list) for inputs, outputs, and interior nodes.
:param fgraph: The current fgraph. This function uses the inputs and outputs attributes. :param fgraph: The current fgraph. This function uses the inputs and outputs attributes.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论