tf.matrix_determinant
tf.matrix_determinant
tf.matrix_determinant
matrix_determinant( input, name=None )
Defined in tensorflow/python/ops/gen_linalg_ops.py
.
See the guide: Math > Matrix Math Functions
Computes the determinant of one ore more square matrices.
The input is a tensor of shape [..., M, M]
whose inner-most 2 dimensions form square matrices. The output is a tensor containing the determinants for all input submatrices [..., :, :]
.