提交 5bde28ec authored 作者: Ian Goodfellow's avatar Ian Goodfellow

doc CAReduce

上级 b65dc027
...@@ -1077,6 +1077,7 @@ class Elemwise(Op): ...@@ -1077,6 +1077,7 @@ class Elemwise(Op):
class CAReduce(Op): class CAReduce(Op):
""" """
Reduces a scalar operation along the specified axis(es). Reduces a scalar operation along the specified axis(es).
Named for the CAR function from LISP.
The output will have the same shape as the input minus the reduced The output will have the same shape as the input minus the reduced
dimensions. It will contain the variable of accumulating all values dimensions. It will contain the variable of accumulating all values
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论