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