Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatch_dot_simplification.cc94 std::vector<HloInstruction*> dot_instrs; in Run() local
96 absl::c_copy_if(computation->instructions(), std::back_inserter(dot_instrs), in Run()
101 for (HloInstruction* dot_instr : dot_instrs) { in Run()