提交 5aa12370 authored 作者: ChienliMa's avatar ChienliMa

Delete extra line

上级 116fff56
......@@ -606,10 +606,13 @@ class Function(object):
else:
input_storage.append( copy.deepcopy[storage])
<<<<<<< HEAD
new_func = new_maker.create(input_storage, storage_map=new_storage_map)
return new_func
=======
>>>>>>> 87f2056... Delete extra line
def __call__(self, *args, **kwargs):
profile = self.profile
t0 = time.time()
......@@ -1500,11 +1503,7 @@ class FunctionMaker(object):
try:
theano.config.traceback.limit = 0
_fn, _i, _o = self.linker.make_thunk(
<<<<<<< HEAD
input_storage=input_storage_lists, storage_map=storage_map)
=======
input_storage=input_storage_lists, storage_map = storage_map)
>>>>>>> f5682ea... Change interface of FunctionMaker.create()
finally:
theano.config.traceback.limit = limit_orig
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论