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.slogdet
=====================
..py:function:: mindspore.ops.slogdet(input)
对一个或多个方阵行列式的绝对值取对数,返回其符号和值。
..note::
输出的类型是实数,即使 `input` 是复数。
参数:
-**input** (Tensor) - 输入tensor,shape为 :math:`(*, M, M)` 。