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

update cross_cn.rst #5708

Merged
merged 2 commits into from
Mar 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/paddle/cross_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cross

参数
:::::::::
- **x** (Tensor) - 第一个输入 Tensor。
- **y** (Tensor) - 第二个输入 Tensor。
- **x** (Tensor) - 第一个输入 Tensor,数据类型为:float16、float32、float64、int32、int64
- **y** (Tensor) - 第二个输入 Tensor,数据类型为:float16、float32、float64、int32、int64
- **axis** (int,可选) - 沿着此维进行向量积操作。默认值是 9,意思是选取第一个长度为 3 的 ``axis`` 。
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。

Expand Down