Searched refs:stable_comp (Results 1 – 1 of 1) sorted by relevance
140 const auto stable_comp = [input_data](const int32 a, const int32 b) { in Compute() local181 gtl::TopN<int32, decltype(stable_comp)> filter(k, stable_comp); in Compute()