Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1604 ItemList place_before; in RematerializeInstructions() local
1609 place_before.push_back(instruction_list->GetItem(user)); in RematerializeInstructions()
1615 place_before.push_back(instruction_list->GetItem(user)); in RematerializeInstructions()
1624 place_before.push_back(operand_user_item); in RematerializeInstructions()
1636 place_before.push_back(successor_item); in RematerializeInstructions()
1638 instruction_list->InsertBeforeInstructions(remat_item, place_before); in RematerializeInstructions()
1641 instruction_list->InsertBeforeInstructions(bitcast, place_before); in RematerializeInstructions()
1721 ItemList place_before; in CompressInstruction() local
1723 place_before.push_back(instruction_list->GetItem(user)); in CompressInstruction()
1729 instruction_list->InsertBeforeInstructions(uncompressed_item, place_before); in CompressInstruction()