Skip to content
New issue

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

【Hackathon 5th No.6】 英文 doc 文档 修复 -part #59985

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/paddle/tensor/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5895,7 +5895,7 @@ def put_along_axis(
and need to broadcast against arr if broadcast is 'True'. Supported data type are int and int64.
values (Tensor) : The value element(s) to put. The data types should be same as arr.
axis (int) : The axis to put 1d slices along.
reduce (str, optional): The reduce operation, default is 'assign', support 'add', 'assign', 'mul', 'multiply', "mean", "amin" and "amax".
reduce (str, optional): The reduce operation, default is 'assign', support 'add', 'assign', 'mul', 'multiply', 'mean', 'amin' and 'amax'.
include_self (bool, optional): whether to reduce with the elements of arr, default is 'True'.
broadcast (bool, optional): whether to broadcast indices, default is 'True'.

Expand Down