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