提交 93437b1e authored 作者: --global's avatar --global

flake8

上级 8897fcf1
......@@ -3907,7 +3907,7 @@ def local_sum_prod_mul_by_scalar(node):
# raised to the power of the number of elements in the input
# to the Prod
if (isinstance(node.op, T.elemwise.Prod) and
new_op_input_nb_elements != 1):
new_op_input_nb_elements != 1):
scalars = [s ** new_op_input_nb_elements for s in scalars]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论