提交 39198a72 authored 作者: Joseph Turian's avatar Joseph Turian

Small change to documentation

上级 5e07df51
...@@ -758,7 +758,8 @@ def max_and_argmax(a): ...@@ -758,7 +758,8 @@ def max_and_argmax(a):
@constructor @constructor
def max(x, axis=None): def max(x, axis=None):
"""Return indexes of maximum elements obtained by iterating over given axis """
Return maximum elements obtained by iterating over given axis
Default axis is the last one. Default axis is the last one.
""" """
...@@ -769,7 +770,8 @@ def max(x, axis=None): ...@@ -769,7 +770,8 @@ def max(x, axis=None):
@constructor @constructor
def argmax(x, axis=None): def argmax(x, axis=None):
"""Return maximum elements obtained by iterating over given axis """
Return indexes of maximum elements obtained by iterating over given axis
Default axis is the last one. Default axis is the last one.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论