Searched refs:matching_instructions (Results 1 – 1 of 1) sorted by relevance
29 std::vector<HloInstruction*> matching_instructions; in Run() local32 computation->instructions(), std::back_inserter(matching_instructions), in Run()36 for (HloInstruction* inst : matching_instructions) { in Run()45 return !matching_instructions.empty(); in Run()