未验证 提交 84a32a5e 编写于 作者: Z Zhang Ting 提交者: GitHub

add float16 dtype, test=develop (#2301)

上级 3f6ce24b
......@@ -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。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册