Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dsort_simplifier.cc143 std::vector<HloInstruction*> sort_instrs; in Run() local
145 absl::c_copy_if(comp->instructions(), std::back_inserter(sort_instrs), in Run()
151 for (HloInstruction* sort_instr : sort_instrs) { in Run()