提交 36aaede2 authored 作者: theaverageguy's avatar theaverageguy

Impossible to compile a COp

上级 35254935
......@@ -1423,7 +1423,7 @@ class COp(Op):
# Extract the various properties of the input and output variables
variables = node.inputs + node.outputs
variable_names = (["INPUT_%i" % i for i in range(len(node.inputs))] +
["OUTPUT_%i" % i for i in range(len(node.inputs))])
["OUTPUT_%i" % i for i in range(len(node.outputs))])
# Generate dtype macros
for i, v in enumerate(variables):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论