Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/timelineDecoder/
H A DJSONTimelineDecoder.hpp22 struct JSONEntity struct in armnn::timelinedecoder::JSONTimelineDecoder
25 std::vector<uint64_t> connected_entities;
26 std::vector<uint64_t> childEntities;
28 JSONEntity(uint64_t guid): m_Guid(guid){} in JSONEntity() function
36 std::map<std::string, std::string> extendedData;
39 uint64_t m_Guid;
40 std::string name;
41 std::string type;