Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc83 std::vector<const HloInstruction*> last_instruction_per_stream( in GpuHloOrdering() local
101 if (last_instruction_per_stream[stream_no] != nullptr) { in GpuHloOrdering()
102 immediate_preds.push_back(last_instruction_per_stream[stream_no]); in GpuHloOrdering()
105 last_instruction_per_stream[stream_no] = hlo; in GpuHloOrdering()