Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander.cc54 sort->sort_dimension() && in ExpandInstruction()
69 if (iota_shape.dimensions(sort->sort_dimension()) > in ExpandInstruction()
76 HloInstruction::CreateIota(iota_shape, sort->sort_dimension())); in ExpandInstruction()
Dtopk_rewriter.cc85 iota->iota_dimension() != sort->sort_dimension()) { in Run()
91 const int64 sort_dim = sort->sort_dimension(); in Run()
Dhlo_instructions.h637 int64 sort_dimension() const { return dimensions(0); } in sort_dimension() function
Ddynamic_padder.cc1198 int64 sort_dim = sort->sort_dimension(); in RewriteDynamicSort()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1169 iota->iota_dimension() != sort->sort_dimension()) { in GetKValueInTopKWhenPartitionSortDim()
1173 const int64 sort_dim = sort->sort_dimension(); in GetKValueInTopKWhenPartitionSortDim()
Dspmd_partitioner.cc1658 const int64 sort_dim = sort->sort_dimension(); in HandleSort()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc496 builder_->getI64IntegerAttr(sort_instruction->sort_dimension()), in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc420 sort.dimensionAttr(builder_.getI64IntegerAttr(sort_instr->sort_dimension())); in EmitSortOp()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc587 keys_shape.layout())[sort->sort_dimension()]; in HandleSort()