Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_live_range.h66 const HloInstructionSequence& flattened_instruction_sequence() const { in flattened_instruction_sequence() function
Dhlo_live_range.cc215 auto& instructions = flattened_instruction_sequence().instructions(); in ToString()
Dhlo_live_range_test.cc73 hlo_live_range_->flattened_instruction_sequence().instructions(); in CheckSchedule()
Dmemory_space_assignment.h827 flattened_instructions_(hlo_live_range.flattened_instruction_sequence() in MemorySpaceAssignment()
830 hlo_live_range.flattened_instruction_sequence() in MemorySpaceAssignment()
Dmemory_space_assignment.cc1109 hlo_live_range_.flattened_instruction_sequence().instructions(); in Finish()
2379 << hlo_live_range_.flattened_instruction_sequence() in Evict()
2382 << hlo_live_range_.flattened_instruction_sequence() in Evict()
Dmemory_space_assignment_test.cc3850 hlo_live_range->flattened_instruction_sequence().size() + 1, 0); in TEST_P()