From 84a32a5ea378005b8a9b7510fae9fbd8d27b88ad Mon Sep 17 00:00:00 2001 From: Zhang Ting <709968123@qq.com> Date: Wed, 22 Jul 2020 14:42:09 +0800 Subject: [PATCH] add float16 dtype, test=develop (#2301) --- doc/fluid/api_cn/layers_cn/shape_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/api_cn/layers_cn/shape_cn.rst b/doc/fluid/api_cn/layers_cn/shape_cn.rst index acc2cb03b..0672af0a3 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。 -- GitLab