提交 56a6097e authored 作者: Ian Goodfellow's avatar Ian Goodfellow

remove (hopefully) outdated pre-existing comment

上级 075a7be6
...@@ -4530,7 +4530,7 @@ class IncSubtensor(Op): ...@@ -4530,7 +4530,7 @@ class IncSubtensor(Op):
x.__setitem__(cdata, y) x.__setitem__(cdata, y)
out[0] = x out[0] = x
def c_code(self, node, name, inputs, outputs, sub): # DEBUG def c_code(self, node, name, inputs, outputs, sub):
if not isinstance(node.inputs[0].type, TensorType): if not isinstance(node.inputs[0].type, TensorType):
raise NotImplementedError() raise NotImplementedError()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论