Searched refs:ResultCandidate (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cc | 297 struct ResultCandidate { struct 308 std::vector<ResultCandidate>& result_candidate_vec) { in DoNMSPerClass() 385 std::vector<ResultCandidate>& result_candidate_vec, in SelectResultPerBatch() 390 auto rc_cmp = [](const ResultCandidate rc_i, const ResultCandidate rc_j) { in SelectResultPerBatch() 398 [](ResultCandidate rc) { return rc.box_index > -1; }); in SelectResultPerBatch() 412 ResultCandidate next_candidate = result_candidate_vec[result_idx++]; in SelectResultPerBatch() 457 std::vector<std::vector<ResultCandidate>> result_candidate_vec( in BatchedNonMaxSuppressionOp() 459 std::vector<ResultCandidate>(size_per_class * num_classes, in BatchedNonMaxSuppressionOp()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3947 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5503 typedef CodeCompleteConsumer::OverloadCandidate ResultCandidate; typedef 5506 Sema &SemaRef, SmallVectorImpl<ResultCandidate> &Results, in mergeCandidatesWithResults() 5531 Results.push_back(ResultCandidate(Candidate.Function)); in mergeCandidatesWithResults() 5538 ArrayRef<ResultCandidate> Candidates, unsigned N) { in getParamType() 5563 MutableArrayRef<ResultCandidate> Candidates, in ProduceSignatureHelp() 5588 SmallVector<ResultCandidate, 8> Results; in ProduceCallSignatureHelp() 5625 Results.push_back(ResultCandidate(FD)); in ProduceCallSignatureHelp() 5662 Results.push_back(ResultCandidate(FP)); in ProduceCallSignatureHelp() 5665 Results.push_back(ResultCandidate(FT)); in ProduceCallSignatureHelp() 5708 SmallVector<ResultCandidate, 8> Results; in ProduceConstructorSignatureHelp()
|