提交 2fd838b8 authored 作者: --global's avatar --global

Update docstring in local_sum_prod_mul_by_scalar

上级 7f80efca
...@@ -3874,8 +3874,8 @@ def local_sum_prod_mul_by_scalar(node): ...@@ -3874,8 +3874,8 @@ def local_sum_prod_mul_by_scalar(node):
or or
prod(scalar * smth) -> scalar * prod(smth) prod(scalar * smth) -> scalar ** size(smth) * prod(smth)
prod(-smth) -> -prod(smth) prod(-smth) -> -1 ** size(smth) * prod(smth)
""" """
# TODO: if the the thing inside the Sum is a division, # TODO: if the the thing inside the Sum is a division,
# we should get at the numerator.... # we should get at the numerator....
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论