Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h827 flattened_instructions_(hlo_live_range.flattened_instruction_sequence() in MemorySpaceAssignment()
880 std::vector<HloInstruction*> flattened_instructions_; variable
Dmemory_space_assignment.cc3051 absl::c_find(flattened_instructions_, instruction); in SimplifyGraph()
3052 if (instruction_it != flattened_instructions_.end()) { in SimplifyGraph()
3161 flattened_instructions_[copy_start_schedule_after]->parent()) { in ScheduleAsynchronousCopies()
3200 instruction_index < flattened_instructions_.size(); in FixSchedule()
3213 HloInstruction* instruction = flattened_instructions_[instruction_index]; in FixSchedule()