Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dcustom_call_handler.cc211 PartitionedHlo replicated_sort(sort, replicated_shape, in HandleCustomCallTopK() local
217 replicated_sort.hlo()->shape().tuple_shapes(0), replicated_sort.hlo(), in HandleCustomCallTopK()
221 replicated_sort.hlo()->shape().tuple_shapes(1), replicated_sort.hlo(), in HandleCustomCallTopK()
H A Dspmd_partitioner.cc2545 PartitionedHlo replicated_sort(final_sort, final_sort->shape(), in HandleSort() local
2547 SetPartitionedHlo(hlo, replicated_sort.Reshard(hlo->sharding())); in HandleSort()