提交 e15612cd authored 作者: Razvan Pascanu's avatar Razvan Pascanu

white spaces

上级 c8f599f5
...@@ -518,7 +518,7 @@ def scan(fn, ...@@ -518,7 +518,7 @@ def scan(fn,
update_rules[:len(additional_input_states)]): update_rules[:len(additional_input_states)]):
updates[v] = u[-1] updates[v] = u[-1]
for v, u in izip(original_non_numeric_shared_variables, for v, u in izip(original_non_numeric_shared_variables,
update_rules[len(additional_input_shates):]): update_rules[len(additional_input_states):]):
updates[v] = u updates[v] = u
# Step 5.7 We are done and can return everything back to the user # Step 5.7 We are done and can return everything back to the user
return scan_outputs, updates return scan_outputs, updates
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论