/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_scatter_expander.cc | 26 bool GpuScatterExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::GpuScatterExpander
|
D | gpu_scatter_expander.h | 33 bool InstructionMatchesPattern(HloInstruction* inst) override;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | operand_upcaster.h | 31 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | stable_sort_expander.h | 35 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | convert_operand_folding.h | 33 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | convolution_4d_expander.h | 31 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | op_expander_pass.h | 34 virtual bool InstructionMatchesPattern(HloInstruction* instruction) = 0;
|
D | comparison_expander.h | 37 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | rng_expander.h | 28 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | gather_expander.h | 51 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | scatter_expander.h | 50 bool InstructionMatchesPattern(HloInstruction* inst) override;
|
D | logistic_expander.h | 42 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | all_to_all_decomposer.h | 40 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | op_expander_pass.cc | 33 [&](HloInstruction* inst) { return InstructionMatchesPattern(inst); }); in Run()
|
D | cholesky_expander.h | 30 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | qr_expander.h | 30 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | convert_operand_folding.cc | 34 bool ConvertOperandFolding::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::ConvertOperandFolding
|
D | triangular_solve_expander.h | 34 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | rng_bit_generator_expander.h | 59 bool InstructionMatchesPattern(HloInstruction* instruction) override;
|
D | logistic_expander.cc | 74 bool LogisticExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::LogisticExpander
|
D | operand_upcaster.cc | 44 bool OperandUpcaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::OperandUpcaster
|
D | rng_bit_generator_expander.cc | 51 bool RngBitGeneratorExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::RngBitGeneratorExpander
|
D | comparison_expander.cc | 63 bool ComparisonExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::ComparisonExpander
|
D | all_to_all_decomposer.cc | 37 bool AllToAllDecomposer::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::AllToAllDecomposer
|
D | convolution_4d_expander.cc | 31 bool Convolution4DExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::Convolution4DExpander
|