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

19 lines
478 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.Igamma
====================
.. py:class:: mindspore.ops.Igamma
计算正则化的下层不完全伽马函数。
.. warning::
这是一个实验性API后续可能修改或删除。
更多参考详见 :func:`mindspore.ops.igamma`
输入:
- **a** (Tensor) - 输入Tensor。
- **x** (Tensor) - 输入Tensor数据类型应该与 `a` 一致。
输出:
Tensor数据类型与 `a``x` 相同。