提交 b6c51332 authored 作者: Frederic Bastien's avatar Frederic Bastien

commit bugfix for last bugfix about Value.

上级 89c0fd7a
......@@ -399,6 +399,7 @@ class Method(Component):
# but otherwise they are immutable.
if isinstance(input, gof.Value):
storage = get_storage(input)
storage.value = input.data
else:
storage = get_storage(input, not allocate_all)
inputs.append(storage)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论