Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc355 for (HloInstruction* operand_user : operand->users()) { in CreateSchedule()
356 auto ready_instructions_it = ready_instructions.find(operand_user); in CreateSchedule()
Dhlo_rematerialization.cc1620 for (auto* operand_user : operand->users()) { in RematerializeInstructions() local
1621 if (operand_user != remat) { in RematerializeInstructions()
1622 Item* operand_user_item = instruction_list->GetItem(operand_user); in RematerializeInstructions()