MCPcopy Create free account
hub / github.com/ARM-software/armnn / GenerateRangeK

Function GenerateRangeK

samples/ObjectDetection/src/NonMaxSuppression.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12static std::vector<unsigned int> GenerateRangeK(unsigned int k)
13{
14 std::vector<unsigned int> range(k);
15 std::iota(range.begin(), range.end(), 0);
16 return range;
17}
18
19
20/**

Callers 1

NonMaxSuppressionFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected