Home
last modified time | relevance | path

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

/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.cpp263 JSONEntity& childEntity = this->m_Model.jsonEntities.at(childEntityId); in GetJSONString() local
294 JSONEntity& childEntity = this->m_Model.jsonEntities.at(child_entity_id); in GetJSONEntityString() local
337 JSONEntity &childEntity = m_Model.jsonEntities.at(child_entity_id); in GetWorkloadJSONString() local
355 JSONEntity& childEntity = m_Model.jsonEntities.at(child_entity_id); in GetLayerJSONString() local
/external/armnn/src/profiling/test/
DTimelineModel.cpp191 Entity* childEntity = FindEntity(relationship.m_TailGuid); in HandleChild() local