/external/tensorflow/tensorflow/compiler/xla/service/ |
D | operand_upcaster.h | 33 StatusOr<HloInstruction*> ExpandInstruction(
|
D | stable_sort_expander.h | 36 StatusOr<HloInstruction*> ExpandInstruction(
|
D | convert_operand_folding.h | 35 StatusOr<HloInstruction*> ExpandInstruction(
|
D | convolution_4d_expander.h | 33 StatusOr<HloInstruction*> ExpandInstruction(
|
D | op_expander_pass.h | 39 virtual StatusOr<HloInstruction*> ExpandInstruction(
|
D | comparison_expander.h | 41 StatusOr<HloInstruction*> ExpandInstruction(
|
D | rng_expander.h | 30 StatusOr<HloInstruction*> ExpandInstruction(HloInstruction* rng) override;
|
D | gather_expander.h | 53 StatusOr<HloInstruction*> ExpandInstruction(
|
D | scatter_expander.h | 52 StatusOr<HloInstruction*> ExpandInstruction(HloInstruction* scatter) override;
|
D | logistic_expander.h | 46 StatusOr<HloInstruction*> ExpandInstruction(
|
D | all_to_all_decomposer.h | 41 StatusOr<HloInstruction*> ExpandInstruction(
|
D | op_expander_pass.cc | 38 ExpandInstruction(inst)); in Run()
|
D | cholesky_expander.h | 32 StatusOr<HloInstruction*> ExpandInstruction(
|
D | qr_expander.h | 32 StatusOr<HloInstruction*> ExpandInstruction(
|
D | convert_operand_folding.cc | 48 StatusOr<HloInstruction*> ConvertOperandFolding::ExpandInstruction( in ExpandInstruction() function in xla::ConvertOperandFolding
|
D | triangular_solve_expander.h | 36 StatusOr<HloInstruction*> ExpandInstruction(
|
D | rng_bit_generator_expander.h | 60 StatusOr<HloInstruction*> ExpandInstruction(HloInstruction* hlo) override;
|
D | logistic_expander.cc | 78 StatusOr<HloInstruction*> LogisticExpander::ExpandInstruction( in ExpandInstruction() function in xla::LogisticExpander
|
D | operand_upcaster.cc | 57 StatusOr<HloInstruction*> OperandUpcaster::ExpandInstruction( in ExpandInstruction() function in xla::OperandUpcaster
|
D | rng_bit_generator_expander.cc | 101 StatusOr<HloInstruction*> RngBitGeneratorExpander::ExpandInstruction( in ExpandInstruction() function in xla::RngBitGeneratorExpander
|
D | comparison_expander.cc | 76 StatusOr<HloInstruction*> ComparisonExpander::ExpandInstruction( in ExpandInstruction() function in xla::ComparisonExpander
|
D | all_to_all_decomposer.cc | 55 StatusOr<HloInstruction*> AllToAllDecomposer::ExpandInstruction( in ExpandInstruction() function in xla::AllToAllDecomposer
|
D | convolution_4d_expander.cc | 56 StatusOr<HloInstruction*> Convolution4DExpander::ExpandInstruction( in ExpandInstruction() function in xla::Convolution4DExpander
|
D | stable_sort_expander.cc | 37 StatusOr<HloInstruction*> StableSortExpander::ExpandInstruction( in ExpandInstruction() function in xla::StableSortExpander
|
D | rng_expander.cc | 130 StatusOr<HloInstruction*> RngExpander::ExpandInstruction(HloInstruction* rng) { in ExpandInstruction() function in xla::RngExpander
|