提交 7fbab33b authored 作者: Frederic Bastien's avatar Frederic Bastien

Add the fix from gh-3535 when unpickling some files

fix gh-4305
上级 74d6a198
......@@ -966,7 +966,7 @@ class Op(utils.object2, PureOp, CLinkerOp):
if new_node is not None:
node = new_node
if self._op_use_c_code:
if getattr(self, '_op_use_c_code', theano.config.cxx):
try:
return self.make_c_thunk(node, storage_map, compute_map,
no_recycling)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论