Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc134 XlaOp SolveWithInvertedDiagonalBlocks(XlaOp a, XlaOp b, XlaOp inv_diag_blocks, in SolveWithInvertedDiagonalBlocks() function
403 return SolveWithInvertedDiagonalBlocks(a, b, inv_diag_blocks, left_side, in SolveByInvertingDiagonalBlocks()