Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_schedule.cc131 new_instruction_uses; in UpdateComputationSchedule() local
149 new_instruction_uses[operand].push_back(instruction); in UpdateComputationSchedule()
167 tensorflow::gtl::FindOrNull(new_instruction_uses, instruction); in UpdateComputationSchedule()