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