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

15 lines
271 B
ReStructuredText

mindspore.ops.cosh
===================
.. py:function:: mindspore.ops.cosh(input)
逐元素计算输入tensor的双曲余弦。
.. math::
out_i = \cosh(input_i)
参数:
- **input** (Tensor) - 输入tensor。
返回:
Tensor