Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc218 XlaOp x_update; in SolveWithInvertedDiagonalBlocks() local
220 x_update = in SolveWithInvertedDiagonalBlocks()
223 x_update = in SolveWithInvertedDiagonalBlocks()
228 x = x_update; in SolveWithInvertedDiagonalBlocks()
231 x = ConcatInDim(builder, {x_update, x}, block_dim); in SolveWithInvertedDiagonalBlocks()
233 x = ConcatInDim(builder, {x, x_update}, block_dim); in SolveWithInvertedDiagonalBlocks()