提交 35f96435 authored 作者: ChienliMa's avatar ChienliMa

Delete white space in black line

上级 66780ecb
...@@ -632,14 +632,14 @@ class Function(object): ...@@ -632,14 +632,14 @@ class Function(object):
if var in swap_svs_ori: if var in swap_svs_ori:
swap_sv = swap[var] swap_sv = swap[var]
checkSV(i.variable, swap_sv) checkSV(i.variable, swap_sv)
# swap variable and value of In instances # swap variable and value of In instances
i.variable = swap_sv i.variable = swap_sv
i.value = swap_sv.container i.value = swap_sv.container
# In the fgraph we use the cloned SharedVariable # In the fgraph we use the cloned SharedVariable
swap_sv = swap_sv.clone() swap_sv = swap_sv.clone()
# Swap SharedVariable in fgraph # Swap SharedVariable in fgraph
# if inputs was replaced, change self.inputs # if inputs was replaced, change self.inputs
fg_cpy.inputs[index] = swap_sv fg_cpy.inputs[index] = swap_sv
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论