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