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

Method SetParent

src/timelineDecoder/JSONTimelineDecoder.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void JSONTimelineDecoder::JSONEntity::SetParent(JSONEntity& parent)
214{
215 parent.childEntities.push_back(GetGuid());
216}
217
218void JSONTimelineDecoder::PrintJSON(JSONTimelineDecoder::JSONEntity& rootEntity, std::ostream& os)
219{

Callers 2

HandleExecutionLinkMethod · 0.80
HandleRetentionLinkMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected