mindspore/docs/api/api_python/mindspore.ops.func_coo_sinh...

19 lines
436 B
ReStructuredText
Executable File
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.coo_sinh
=======================
.. py:function:: mindspore.ops.coo_sinh(x: COOTensor)
逐元素计算输入COOTensor的双曲正弦。
.. math::
out_i = \coo_sinh(x_i)
参数:
- **x** (COOTensor) - coo_sinh的输入COOTensor其秩范围必须在[0, 7]。
返回:
COOTensorshape与 `x` 相同。
异常:
- **TypeError** - 如果 `x` 不是COOTensor。