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

Method CreateEntity

src/timelineDecoder/JSONTimelineDecoder.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27static const char *const EVENT = "Event";
28
29JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity)
30{
31 JSONEntity jsonEntity(entity.m_Guid);
32 jsonEntity.SetType(ENTITY);
33 this->m_Model.jsonEntities.insert({entity.m_Guid, jsonEntity});
34 return TimelineStatus::TimelineStatus_Success;
35}
36
37JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventClass)
38{

Callers 1

Calls 1

SetTypeMethod · 0.45

Tested by 1