提交 88e9b1c3 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove a commented code line.

上级 e9174a6d
......@@ -2321,7 +2321,6 @@ def local_elemwise_fusion_op(OP):
s_input.append(s_inputs[inputs.index(ii)])
else:
s_input.append(scalar.Scalar(ii.dtype).make_variable())
#s_input = [scalar.Scalar(x.dtype).make_variable() for x in i.owner.inputs]
s_op=i.owner.op.scalar_op(*s_input)
i.owner.op.scalar_op.c_code(s_op.owner,"test_presence_of_c_code",
["x" for x in i.owner.inputs],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论