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

Method SetType

src/timelineDecoder/JSONTimelineDecoder.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void JSONTimelineDecoder::JSONEntity::SetType(std::string entityType)
363{
364 this->type = entityType;
365}
366
367std::string JSONTimelineDecoder::JSONEntity::GetType()
368{

Callers 4

CreateEntityMethod · 0.45
CreateEventClassMethod · 0.45
CreateEventMethod · 0.45
HandleTypeLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected