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

15 lines
372 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.ops.Lgamma
====================
.. py:class:: mindspore.ops.Lgamma
计算输入的 gamma 函数值的绝对值的自然对数。
更多参考详见 :func:`mindspore.ops.lgamma`
输入:
- **x** (Tensor) - 输入Tensor数据类型支持float16、float32和float64。
输出:
Tensor`x` 的数据类型相同。