Searched refs:sort_instruction (Results 1 – 1 of 1) sorted by relevance
487 auto sort_instruction = Cast<HloSortInstruction>(instruction); in ImportInstructionImpl() local496 builder_->getI64IntegerAttr(sort_instruction->sort_dimension()), in ImportInstructionImpl()497 builder_->getBoolAttr(sort_instruction->is_stable())); in ImportInstructionImpl()499 ImportAsRegion(*sort_instruction->to_apply(), &sort_op.comparator())); in ImportInstructionImpl()