Searched refs:update_starts (Results 1 – 1 of 1) sorted by relevance
333 std::vector<XlaOp> update_starts = {start_index, zero}; in SolveWithInvertedDiagonalBlocks() local341 std::swap(update_starts[0], update_starts[1]); in SolveWithInvertedDiagonalBlocks()343 x = DynamicUpdateSliceInMinorDims(x, x_update, /*starts=*/update_starts); in SolveWithInvertedDiagonalBlocks()