Searched refs:HloSortInstruction (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | topk_rewriter.h | 28 explicit TopkRewriter(std::function<bool(const HloSortInstruction*, int64)> in TopkRewriter() argument 39 std::function<bool(const HloSortInstruction*, int64)>
|
D | topk_rewriter_test.cc | 80 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument 110 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument 140 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F() argument
|
D | stable_sort_expander.cc | 39 auto* sort = Cast<HloSortInstruction>(instruction); in ExpandInstruction() 125 sort = Cast<HloSortInstruction>(new_sort); in ExpandInstruction() 202 Cast<HloSortInstruction>(instruction)->is_stable(); in InstructionMatchesPattern()
|
D | topk_rewriter.cc | 70 HloSortInstruction* sort = DynCast<HloSortInstruction>(inst); in Run()
|
D | hlo_instructions.cc | 945 HloSortInstruction::HloSortInstruction( in HloSortInstruction() function in xla::HloSortInstruction 958 HloInstructionProto HloSortInstruction::ToProto() const { in ToProto() 967 std::vector<string> HloSortInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl() 977 bool HloSortInstruction::IdenticalSlowPath( in IdenticalSlowPath() 981 const auto& casted_other = static_cast<const HloSortInstruction&>(other); in IdenticalSlowPath() 991 std::unique_ptr<HloInstruction> HloSortInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl() 994 return absl::make_unique<HloSortInstruction>( in CloneWithNewOperandsImpl()
|
D | dynamic_dimension_inference.cc | 347 HloSortInstruction* sort = Cast<HloSortInstruction>(hlo); in HandleSort()
|
D | dynamic_padder.cc | 1196 HloSortInstruction* sort = Cast<HloSortInstruction>(hlo); in RewriteDynamicSort()
|
D | hlo_instructions.h | 627 class HloSortInstruction : public HloInstruction { 629 explicit HloSortInstruction(const Shape& shape, int64 dimension,
|
D | hlo_evaluator.cc | 2240 if (Cast<HloSortInstruction>(sort)->is_stable()) { in HandleSort()
|
D | hlo_instruction.cc | 1480 return absl::make_unique<HloSortInstruction>(shape, dimension, operands, in CreateSort()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.cc | 374 pipeline.AddPass<TopkRewriter>([](const HloSortInstruction* sort, int64) { in RunHloPassesThroughLayoutAssn()
|
D | ir_emitter.cc | 546 const HloSortInstruction* sort = Cast<HloSortInstruction>(hlo); in HandleSort()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner_util.cc | 1156 HloSortInstruction* sort = DynCast<HloSortInstruction>(hlo); in GetKValueInTopKWhenPartitionSortDim()
|
D | spmd_partitioner.cc | 1657 HloSortInstruction* sort = DynCast<HloSortInstruction>(hlo); in HandleSort()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 487 auto sort_instruction = Cast<HloSortInstruction>(instruction); in ImportInstructionImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.cc | 419 auto* sort_instr = xla::Cast<xla::HloSortInstruction>(instr); in EmitSortOp()
|