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

Method SetName

src/timelineDecoder/JSONTimelineDecoder.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void JSONTimelineDecoder::JSONEntity::SetName(std::string entityName)
353{
354 this->name = entityName;
355}
356
357std::string JSONTimelineDecoder::JSONEntity::GetName()
358{

Callers 2

HandleNameLabelMethod · 0.80
DotNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected