Searched refs:CreateSort (Results 1 – 8 of 8) sorted by relevance
206 auto sort = b_.AddInstruction(HloInstruction::CreateSort( in HandleCustomCallTopK()
2538 HloInstruction* final_sort = b_.AddInstruction(HloInstruction::CreateSort( in HandleSort()
1143 auto* sort = builder.AddInstruction(HloInstruction::CreateSort( in TEST_F()1182 HloInstruction::CreateSort(ShapeUtil::MakeTupleShape({shape, shape}), 1, in TEST_F()
552 return builder->AddInstruction(HloInstruction::CreateSort( in MakeSortHlo()
1033 static std::unique_ptr<HloInstruction> CreateSort(
705 HloInstruction* sort = reshape->AddInstruction(HloInstruction::CreateSort( in RewriteDynamicReshapeCombineInput()
353 instruction = CreateSort(shape, proto.dimensions(0), all_operands(), in CreateFromProto()1775 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSort( in CreateSort() function in xla::HloInstruction
1792 HloInstruction::CreateSort(*shape, dimensions->at(0), operands, in CreateInstruction()