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

Function GetConnectionDescription

src/profiling/test/TimelineModel.cpp:381–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381std::string GetConnectionDescription(const Connection& connection)
382{
383 std::stringstream ss;
384 ss << " connection [" << connection.GetGuid() << "] from entity [";
385 ss << connection.GetHead()->GetGuid() << "] to entity [" << connection.GetTail()->GetGuid() << "]";
386 return ss.str();
387}
388
389std::string GetExecutionDescription(Entity* execution)
390{

Callers 1

GetModelDescriptionFunction · 0.85

Calls 4

GetHeadMethod · 0.80
GetTailMethod · 0.80
GetGuidMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected