We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paddle源码paddle.argmax(x, axis=None, keepdim=False, dtype='int64', name=None) 其中keepdim(bool,可选)- 是否在输出Tensor中保留减小的维度。如果 keepdim 为True,则输出Tensor和 x 具有相同的维度(减少的维度除外,减少的维度的大小为1),默认值为False。
tensorlayerx源码paddle.argmax(x, axis=None, dtype='int64')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
paddle源码paddle.argmax(x, axis=None, keepdim=False, dtype='int64', name=None)
其中keepdim(bool,可选)- 是否在输出Tensor中保留减小的维度。如果 keepdim 为True,则输出Tensor和 x 具有相同的维度(减少的维度除外,减少的维度的大小为1),默认值为False。
tensorlayerx源码paddle.argmax(x, axis=None, dtype='int64')
The text was updated successfully, but these errors were encountered: