diff --git a/doc/fluid/api_cn/layers_cn/shape_cn.rst b/doc/fluid/api_cn/layers_cn/shape_cn.rst index acc2cb03b3d3a3d4beb244bc173ecbda9cb639be..0672af0a3a203fd1d2e866705c2b52ee21421fe9 100644 --- a/doc/fluid/api_cn/layers_cn/shape_cn.rst +++ b/doc/fluid/api_cn/layers_cn/shape_cn.rst @@ -33,7 +33,7 @@ shape层。 input.shape = [3, 2] 参数: - - **input** (Variable)- 输入的多维Tensor或SelectedRows,数据类型为float32,float64,int32,int64。如果输入是SelectedRows类型,则返回其内部持有Tensor的shape。 + - **input** (Variable)- 输入的多维Tensor或SelectedRows,数据类型为float16,float32,float64,int32,int64。如果输入是SelectedRows类型,则返回其内部持有Tensor的shape。 返回: 一个Tensor,表示输入Tensor或SelectedRows的shape。