Supports input of float, double, cfloat and cdouble dtypes. Also supports batches of matrices, and if A is a batch of matrices then the output has the same batch dimensions.
linalg_det(A)
Arguments
A: (Tensor): tensor of shape (*, n, n) where * is zero or more batch dimensions.