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

12 lines
294 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.logdet
=====================
.. py:function:: mindspore.ops.logdet(input)
计算输入方块矩阵的对数行列式。
参数:
- **input** (Tensor) - shape为 :math:`(*, N, N)` 的输入tensor:math:`*` 表示batch数量。
返回:
Tensor