16 lines
452 B
ReStructuredText
16 lines
452 B
ReStructuredText
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。 |