Searched refs:rc_i (Results 1 – 1 of 1) sorted by relevance
352 auto rc_cmp = [](const ResultCandidate rc_i, const ResultCandidate rc_j) { in BatchedNonMaxSuppressionOp() argument353 return rc_i.score > rc_j.score; in BatchedNonMaxSuppressionOp()