mindspore/docs/api/api_python/numpy/mindspore.numpy.cbrt.rst

16 lines
452 B
ReStructuredText
Raw Permalink 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.numpy.cbrt
====================
.. py:function:: mindspore.numpy.cbrt(x, dtype=None)
返回Tensor的立方根逐元素计算。
.. note::
不支持NumPy参数 `casting``order``subok``signature``extobj`
参数:
- **x** (Tensor) - 输入Tensor。
- **dtype** (mindspore.dtype, 可选) - 默认值: ``None`` 。 覆盖输出Tensor的dtype。
返回:
Tensor。