未验证 提交 22586de4 编写于 作者: Z zhaoyuchen2018 提交者: GitHub

refine square and squeeze name parameter (#1416)

* refine square and squeeze name parameter
Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>

* refine square api doc
Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
上级 f56f5f60
......@@ -12,7 +12,7 @@ square
参数:
- **x** (Variable) - 任意维度的Tensor,支持的数据类型: float32,float64。
- **name** (str,可选) - 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name`,默认值为None。
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name` ,一般无需设置,默认值为None。
返回:返回取平方后的Tensor,维度和数据类型同输入一致。
......
......@@ -38,7 +38,7 @@ squeeze
参数:
- **input** (Variable) - 输入任意维度的Tensor。 支持的数据类型:float32,float64,int8,int32,int64。
- **axes** (list) - 输入一个或一列整数,代表要压缩的轴。axes的范围: :math:`[-rank(input), rank(input))` 。 axes为负数时, :math:`axes=axes+rank(input)` 。
- **name** (str,可选) - 该参数供开发人员打印调试信息时使用,具体用法请参见 :ref:`api_guide_Name` 。 默认值为None。
- **name** (str,可选) - 具体用法请参见 :ref:`api_guide_Name` ,一般无需设置,默认值为None。
返回: 返回对维度进行压缩后的Tensor。数据类型与输入Tensor一致。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册