提交 02497760 authored 作者: Frederic Bastien's avatar Frederic Bastien

fix comment.

上级 46fe0e84
......@@ -842,8 +842,8 @@ class CAReduce(Op):
CAReduce(add) -> sum
CAReduce(mul) -> product
CAReduce(maximum) -> sum
CAReduce(_or) -> any # not lazy
CAReduce(_and) -> all # not lazy
CAReduce(or_) -> any # not lazy
CAReduce(and_) -> all # not lazy
In order to (eventually) optimize memory usage patterns,
L{CAReduce} makes zero guarantees on the order in which it
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论