/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_scatter_expander.cc | 26 bool GpuScatterExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::GpuScatterExpander
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | real_imag_expander.cc | 22 bool RealImagExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::RealImagExpander
|
D | convert_operand_folding.cc | 35 bool ConvertOperandFolding::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::ConvertOperandFolding
|
D | result_caster.cc | 44 bool ResultCaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::ResultCaster
|
D | operand_upcaster.cc | 44 bool OperandUpcaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::OperandUpcaster
|
D | logistic_expander.cc | 74 bool LogisticExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::LogisticExpander
|
D | all_to_all_decomposer.cc | 37 bool AllToAllDecomposer::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::AllToAllDecomposer
|
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 | stable_sort_expander.cc | 199 bool StableSortExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::StableSortExpander
|
D | convolution_4d_expander.cc | 31 bool Convolution4DExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::Convolution4DExpander
|
D | rng_expander.cc | 126 bool RngExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::RngExpander
|
D | cholesky_expander.cc | 218 bool CholeskyExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::CholeskyExpander
|
D | scatter_expander.cc | 421 bool ScatterExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::ScatterExpander
|
D | gather_expander.cc | 382 bool GatherExpander::InstructionMatchesPattern(HloInstruction* inst) { in InstructionMatchesPattern() function in xla::GatherExpander
|
D | qr_expander.cc | 505 bool QrExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::QrExpander
|
D | triangular_solve_expander.cc | 557 bool TriangularSolveExpander::InstructionMatchesPattern( in InstructionMatchesPattern() function in xla::TriangularSolveExpander
|
D | eigh_expander.cc | 540 bool EighExpander::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() function in xla::EighExpander
|