提交 d026ca0c authored 作者: Frederic's avatar Frederic

Re-enable the caching of c code from [Gpu][Inc]Subtensor.

上级 bcec5dc1
......@@ -764,8 +764,7 @@ class Subtensor(Op):
@staticmethod
def helper_c_code_cache_version():
return ()
return (5,)
return (6,)
def c_code(self, node, name, inputs, outputs, sub): # DEBUG
if not isinstance(node.inputs[0].type, theano.tensor.TensorType):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论