Class SelfAdjointEig.Options
java.lang.Object
org.tensorflow.op.linalg.SelfAdjointEig.Options
- Enclosing class:
SelfAdjointEig<T extends TType>
Optional attributes for
SelfAdjointEig-
Method Summary
Modifier and TypeMethodDescriptionSets the computeV option.
-
Method Details
-
computeV
Sets the computeV option.- Parameters:
computeV- IfTruethen eigenvectors will be computed and returned inv. Otherwise, only the eigenvalues will be computed.- Returns:
- this Options instance.
-