Home
last modified time | relevance | path

Searched defs:headEntity (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/src/timelineDecoder/
H A DJSONTimelineDecoder.cpp152 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleTypeLabel() local
171 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleNameLabel() local
189 JSONEntity& headEntity = m_Model.jsonEntities.at(labelRelation.m_HeadGuid); in HandleBackendIdLabel() local
207 JSONEntity& headEntity = m_Model.jsonEntities.at(retentionRelation.m_HeadGuid); in HandleConnectionLabel() local
361 void JSONTimelineDecoder::JSONEntity::AddConnection(JSONEntity& headEntity, JSONEntity& connectedEn… in AddConnection()