Home
last modified time | relevance | path

Searched refs:SelfAdjointEigResult (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dself_adjoint_eig.h26 struct SelfAdjointEigResult { struct
35 SelfAdjointEigResult SelfAdjointEig(XlaOp a, bool lower = true, argument
Dself_adjoint_eig.cc340 StatusOr<SelfAdjointEigResult> SortByEigenvalues(SelfAdjointEigResult result) { in SortByEigenvalues()
393 SelfAdjointEigResult SelfAdjointEig(XlaOp a, bool lower, int64 max_iter, in SelfAdjointEig()
397 SelfAdjointEigResult result; in SelfAdjointEig()
459 SelfAdjointEigResult result; in SelfAdjointEig()
Dself_adjoint_eig_test.cc103 XlaOp ComputeMatmulVWVt(SelfAdjointEigResult result, XlaBuilder* builder) { in ComputeMatmulVWVt()