Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
static 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
NonMaxSuppression
Function · 0.70
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected