Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dnon_max_suppression_op.cc256 struct ResultCandidate { in BatchedNonMaxSuppressionOp() struct
263 std::vector<ResultCandidate> result_candidate_vec; in BatchedNonMaxSuppressionOp()
342 ResultCandidate rc = {next_candidate.box_index, in BatchedNonMaxSuppressionOp()
352 auto rc_cmp = [](const ResultCandidate rc_i, const ResultCandidate rc_j) { in BatchedNonMaxSuppressionOp()
376 ResultCandidate next_candidate = result_candidate_vec[result_idx++]; in BatchedNonMaxSuppressionOp()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3947 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef
3950 SmallVectorImpl<ResultCandidate> &Results, in mergeCandidatesWithResults()
3964 Results.push_back(ResultCandidate(Candidate.Function)); in mergeCandidatesWithResults()
3971 ArrayRef<ResultCandidate> Candidates, in getParamType()
3996 MutableArrayRef<ResultCandidate> Candidates, in CodeCompleteOverloadResults()
4036 SmallVector<ResultCandidate, 8> Results; in CodeCompleteCall()
4064 Results.push_back(ResultCandidate(FD)); in CodeCompleteCall()
4099 Results.push_back(ResultCandidate(FP)); in CodeCompleteCall()
4102 Results.push_back(ResultCandidate(FT)); in CodeCompleteCall()
4147 SmallVector<ResultCandidate, 8> Results; in CodeCompleteConstructor()