未验证 提交 ab73b8c6 编写于 作者: M Muhammad Ishaque Nizamani 提交者: GitHub

DOCS: Adding imformation about datatype in math.py (#55297)

* DOCS: Adding imformation about datatype in math.py

* replaced uint16 with bfloat16.
上级 5434560a
......@@ -4464,7 +4464,7 @@ def logit(x, eps=None, name=None):
\end{array}\right.
Args:
x (Tensor): The input Tensor with data type float32, float64.
x (Tensor): The input Tensor with data type bfloat16, float16, float32, float64.
eps (float, optional): the epsilon for input clamp bound. Default is None.
name (str, optional): Name for the operation (optional, default is None).
For more information, please refer to :ref:`api_guide_Name`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册