Searched refs:InstructionMatchesPattern (Results 1 – 10 of 10) sorted by relevance
31 bool InstructionMatchesPattern(HloInstruction* instruction) override;
35 bool InstructionMatchesPattern(HloInstruction* instruction) override;
34 virtual bool InstructionMatchesPattern(HloInstruction* instruction) = 0;
29 bool InstructionMatchesPattern(HloInstruction* instruction) override;
33 [&](HloInstruction* inst) { return InstructionMatchesPattern(inst); }); in Run()
199 bool StableSortExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::StableSortExpander
210 bool CholeskyExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::CholeskyExpander
372 bool GatherExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::GatherExpander
447 bool TriangularSolveExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::TriangularSolveExpander