Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc3333 const HloInstruction* last_use_instruction = nullptr; in VerifyAndExportHeapSimulatorTrace() local
3340 last_use_instruction = use.instruction; in VerifyAndExportHeapSimulatorTrace()
3368 const HloInstruction* last_use_instruction = nullptr; in VerifyAndExportHeapSimulatorTrace() local
3383 last_use_instruction = use.instruction; in VerifyAndExportHeapSimulatorTrace()
3391 CHECK(last_use_instruction); in VerifyAndExportHeapSimulatorTrace()
3392 if (last_use_instruction->opcode() == HloOpcode::kConditional) { in VerifyAndExportHeapSimulatorTrace()
3396 last_use_instruction, parameter_time, last_use_time, in VerifyAndExportHeapSimulatorTrace()
3413 if (last_use_instruction && in VerifyAndExportHeapSimulatorTrace()
3414 last_use_instruction->opcode() == HloOpcode::kConditional) { in VerifyAndExportHeapSimulatorTrace()
3416 last_use_instruction, time_bound.start, time_bound.end, " ")); in VerifyAndExportHeapSimulatorTrace()