Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ SetWidth
Method
SetWidth
samples/ObjectDetection/src/BoundingBox.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void BoundingBox::SetWidth(unsigned int width) {
55
m_Width = width;
56
}
57
58
void BoundingBox::SetHeight(unsigned int height) {
59
m_Height = height;
Callers
2
BoundingBoxTests.cpp
File · 0.80
GetValidBoundingBox
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected