torch.Tensor.det()
paddle.linalg.det(x, name=None)
Pytorch 为 Tensor 类方法,PaddlePaddle 为普通函数,将调用 torch.Tensor 类方法的 self Tensor 传入到 Paddle 接口中即可。