Home
last modified time | relevance | path

Searched refs:CreateSort (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc307 return builder->AddInstruction(HloInstruction::CreateSort( in MakeSortHlo()
Dhlo_instruction.h700 static std::unique_ptr<HloInstruction> CreateSort(
Dhlo_instruction.cc266 instruction = CreateSort(shape, proto.dimensions(0), all_operands(), in CreateFromProto()
1192 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSort( in CreateSort() function in xla::HloInstruction
Dhlo_parser.cc931 HloInstruction::CreateSort(shape, dimensions->at(0), operands, in ParseInstructionRhs()