Searched refs:kLastDimSizeThreshold (Results 1 – 1 of 1) sorted by relevance
36 const int64 kLastDimSizeThreshold = 524288; // 2^19 in TopK() local40 (kPerPartitionSize / k > 2) && last_dim_size >= kLastDimSizeThreshold) { in TopK()