mindspore.ops.logdet ===================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/br_base/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/br_base/docs/api/api_python/ops/mindspore.ops.func_logdet.rst :alt: 查看源文件 .. py:function:: mindspore.ops.logdet(input) 计算输入方块矩阵的对数行列式。 参数: - **input** (Tensor) - shape为 :math:`(*, N, N)` 的输入tensor,:math:`*` 表示batch数量。 返回: Tensor