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

Function GetExecutionDescription

src/profiling/test/TimelineModel.cpp:389–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389std::string GetExecutionDescription(Entity* execution)
390{
391 std::stringstream ss;
392 ss << " execution: " << GetEntityDescription(*execution);
393 return ss.str();
394}
395
396std::string GetEventDescription(EventObj* event)
397{

Callers 1

GetModelDescriptionFunction · 0.85

Calls 2

GetEntityDescriptionFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected