Searched refs:bs_i (Results 1 – 1 of 1) sorted by relevance
171 auto cmp = [](const Candidate bs_i, const Candidate bs_j) { in DoNonMaxSuppressionOp() argument172 return bs_i.score < bs_j.score; in DoNonMaxSuppressionOp()303 auto cmp = [](const Candidate bs_i, const Candidate bs_j) { in BatchedNonMaxSuppressionOp() argument304 return bs_i.score > bs_j.score; in BatchedNonMaxSuppressionOp()