Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dsorting.cc36 const int64 kLastDimSizeThreshold = 524288; // 2^19 in TopK() local
40 (kPerPartitionSize / k > 2) && last_dim_size >= kLastDimSizeThreshold) { in TopK()