Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc333 std::vector<XlaOp> update_starts = {start_index, zero}; in SolveWithInvertedDiagonalBlocks() local
341 std::swap(update_starts[0], update_starts[1]); in SolveWithInvertedDiagonalBlocks()
343 x = DynamicUpdateSliceInMinorDims(x, x_update, /*starts=*/update_starts); in SolveWithInvertedDiagonalBlocks()