Skip to content

Commit a3736d7

Browse files
[API Compatibility No.30] Sink asin to cpp -part (#7643)
* add Chinese content * Update docs/api/paddle/asin_cn.rst --------- Co-authored-by: zachary sun <[email protected]>
1 parent 6529481 commit a3736d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/api/paddle/asin_cn.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ arcsine 函数。
1616
参数
1717
::::::::::::
1818

19-
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32、float64、float16、complex64、complex128。
19+
- **x** (Tensor) - 输入的 Tensor,数据类型为:float32, float64, float16, bfloat16,
20+
uint8, int8, int16, int32, int64, complex64 or complex128。
2021
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name`,一般无需设置,默认值为 None。
2122

2223
返回
2324
::::::::::::
24-
输出 Tensor,与 ``x`` 维度相同、数据类型相同。
25+
输出 Tensor,与 ``x`` 维度相同、数据类型相同(整数类型自动转换为 float32 类型)
2526

2627
代码示例
2728
::::::::::::

0 commit comments

Comments
 (0)