def test_MatrixDeterminant(self): t = tf.matrix_determinant(self.random(2, 3, 4, 3, 3)) self.check(t)