Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc487 auto sort_instruction = Cast<HloSortInstruction>(instruction); in ImportInstructionImpl() local
496 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()