Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_util.h359 std::optional<int64_t> GetKValueInTopKWhenPartitionSortDim(HloInstruction* hlo);
H A Dspmd_partitioner_util.cc1116 std::optional<int64_t> GetKValueInTopKWhenPartitionSortDim( in GetKValueInTopKWhenPartitionSortDim() function
H A Dspmd_partitioner.cc2455 auto k = GetKValueInTopKWhenPartitionSortDim(hlo); in HandleSort()