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.log1p
===================
.. py:function:: mindspore.ops.log1p(input)
逐元素计算(tensor + 1)的自然对数。
.. math::
out_i = \log_e(input_i + 1)
参数:
- **input** (Tensor) - 输入tensor。
返回:
Tensor