tf.self_adjoint_eigvals(tensor, name=None)
Computes the eigenvalues of one or more self-adjoint matrices.
Args:
-
tensor:Tensorof shape[..., N, N]. -
name: string, optional name of the operation.
Returns:
-
e: Eigenvalues. Shape is[..., N]. The vectore[..., :]contains theNeigenvalues oftensor[..., :, :].
Please login to continue.