Skip to content

Commit e98d85b

Browse files
committed
update
1 parent f61c5cf commit e98d85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/paddle/Overview_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ tensor 属性相关
334334
" :ref:`paddle.broadcast_shape <cn_api_paddle_broadcast_shape>` ", "返回对 x_shape 大小的 Tensor 和 y_shape 大小的 Tensor 做 broadcast 操作后得到的 shape"
335335
" :ref:`paddle.broadcast_shapes <cn_api_paddle_broadcast_shapes>` ", "返回对多个 shape 做 broadcast 操作后得到的 shape"
336336
" :ref:`paddle.is_floating_point <cn_api_paddle_is_floating_point>` ", "判断输入 Tensor 的数据类型是否为浮点类型"
337-
" :ref:`paddle.Size <cn_api_paddle_Size>` ", "tuple 的子类, paddle.Tensor.size() 的返回类型,用于描述张量的维度大小。"
337+
" :ref:`paddle.Size <cn_api_paddle_Size__upper>` ", "tuple 的子类, paddle.Tensor.size() 的返回类型,用于描述张量的维度大小。"
338338

339339
.. _tensor_creation:
340340

docs/api/paddle/Size_cn.rst renamed to docs/api/paddle/Size__upper_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _cn_api_paddle_Size:
1+
.. _cn_api_paddle_Size__upper:
22

33
Size
44
-------------------------------

0 commit comments

Comments
 (0)