提交 25721632 authored 作者: ChienliMa's avatar ChienliMa

Delete extra line

上级 e4a67cd7
...@@ -567,7 +567,6 @@ class Function(object): ...@@ -567,7 +567,6 @@ class Function(object):
if not share_memory: if not share_memory:
return self.__copy__() return self.__copy__()
else: else:
# copy SymbolocKits # copy SymbolocKits
ins, outs = copy.deepcopy([self.maker.inputs, self.maker.outputs]) ins, outs = copy.deepcopy([self.maker.inputs, self.maker.outputs])
...@@ -612,7 +611,6 @@ class Function(object): ...@@ -612,7 +611,6 @@ class Function(object):
new_func = new_maker.create( input_storage, storage_map = new_storage_map ) new_func = new_maker.create( input_storage, storage_map = new_storage_map )
return new_func return new_func
def __call__(self, *args, **kwargs): def __call__(self, *args, **kwargs):
profile = self.profile profile = self.profile
t0 = time.time() t0 = time.time()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论