MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetId

Method GetId

samples/ObjectDetection/src/DetectedObject.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24{}
25
26unsigned int DetectedObject::GetId() const
27{
28 return m_Id;
29}
30
31const std::string &DetectedObject::GetLabel() const
32{

Calls

no outgoing calls