MCPcopy Create free account
hub / github.com/alibaba/MNN / Candidate

Class Candidate

express/module/NMSModule.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 std::copy_n(scores, numBoxes, scoresData.begin());
59
60 struct Candidate {
61 int boxIndex;
62 float score;
63 };
64
65 auto cmp = [](const Candidate bsI, const Candidate bsJ) { return bsI.score < bsJ.score; };
66

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected