mindspore/docs/api/api_python/ops/mindspore.ops.func_frac.rst

15 lines
311 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.frac
==================
.. py:function:: mindspore.ops.frac(x)
计算 x 中每个元素的小数部分。
参数:
- **x** (Tensor) - 输入Tensor。
返回:
Tensor `x` 的frac计算结果。
异常:
- **TypeError** - 如果 `x` 不是Tensor。