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数量。