Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc353 Item* max_position_item = nullptr; in InsertAfterInstructions() local
355 if (max_position_item == nullptr || in InsertAfterInstructions()
356 item->position > max_position_item->position) { in InsertAfterInstructions()
357 max_position_item = item; in InsertAfterInstructions()
362 CHECK(max_position_item->next != nullptr); in InsertAfterInstructions()
363 InsertBeforeInstructions(to_insert, {max_position_item->next}); in InsertAfterInstructions()