Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.h31 bool InstructionMatchesPattern(HloInstruction* instruction) override;
Dstable_sort_expander.h35 bool InstructionMatchesPattern(HloInstruction* instruction) override;
Dop_expander_pass.h34 virtual bool InstructionMatchesPattern(HloInstruction* instruction) = 0;
Dcholesky_expander.h29 bool InstructionMatchesPattern(HloInstruction* instruction) override;
Dtriangular_solve_expander.h31 bool InstructionMatchesPattern(HloInstruction* instruction) override;
Dop_expander_pass.cc33 [&](HloInstruction* inst) { return InstructionMatchesPattern(inst); }); in Run()
Dstable_sort_expander.cc199 bool StableSortExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::StableSortExpander
Dcholesky_expander.cc210 bool CholeskyExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::CholeskyExpander
Dgather_expander.cc372 bool GatherExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::GatherExpander
Dtriangular_solve_expander.cc447 bool TriangularSolveExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::TriangularSolveExpander