Home | History | Annotate | Download | only in service

Lines Matching defs:GetInstructions

62   std::vector<const HloInstruction*> GetInstructions() { return instructions_; }
74 const std::vector<const HloInstruction*> GetInstructions(HloInstruction* root) {
77 return main_list.GetInstructions();
568 const std::vector<const HloInstruction*> level0 = GetInstructions(sub);
594 const std::vector<const HloInstruction*> level0 = GetInstructions(map);
596 const std::vector<const HloInstruction*> level1 = GetInstructions(inner_last);
660 const std::vector<const HloInstruction*> instrs = GetInstructions(exp3);
705 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op);
708 GetInstructions(condition_computation->root_instruction());
711 GetInstructions(body_computation->root_instruction());
771 GetInstructions(conditional);
773 GetInstructions(true_computation->root_instruction());
775 GetInstructions(false_computation->root_instruction());