Home
last modified time | relevance | path

Searched refs:JSONTimelineDecoder (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/src/timelineDecoder/
H A DJSONTimelineDecoder.cpp29 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity) in CreateEntity()
37 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventCl… in CreateEventClass()
46 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEvent(const Event& event) in CreateEvent()
55 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateLabel(const Label& label) in CreateLabel()
61 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateRelationship(const Relationship& rel… in CreateRelationship()
87 void JSONTimelineDecoder::HandleExecutionLink(const ITimelineDecoder::Relationship& relationship) in HandleExecutionLink()
109 void JSONTimelineDecoder::HandleLabelLink(const ITimelineDecoder::Relationship& relationship) in HandleLabelLink()
145 void JSONTimelineDecoder::HandleTypeLabel(const ITimelineDecoder::Relationship& relationship) in HandleTypeLabel()
166 void JSONTimelineDecoder::HandleNameLabel(const ITimelineDecoder::Relationship& relationship) in HandleNameLabel()
184 void JSONTimelineDecoder::HandleBackendIdLabel(const ITimelineDecoder::Relationship& relationship) in HandleBackendIdLabel()
[all …]
H A DCMakeLists.txt9 JSONTimelineDecoder.cpp
10 JSONTimelineDecoder.hpp)
H A DJSONTimelineDecoder.hpp19 class JSONTimelineDecoder : public arm::pipe::ITimelineDecoder class
/aosp_15_r20/external/armnn/src/timelineDecoder/tests/
H A DJSONTimelineDecoderTests.cpp20 void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder) in RunSimpleModelThroughDecoder()
687 JSONTimelineDecoder timelineDecoder;
690 JSONTimelineDecoder::Model model = timelineDecoder.GetModel();
692 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6);
696 JSONTimelineDecoder::JSONEntity entity0 = model.jsonEntities.at(rootEntity.childEntities[0]);
701JSONTimelineDecoder::JSONEntity input_workload_entity = model.jsonEntities.at(entity0.childEntitie…
706 JSONTimelineDecoder::JSONEntity input_workload_execution_entity = model.jsonEntities
711 JSONTimelineDecoder::JSONEntity input_workload_execution_event0 = model.jsonEntities
718 JSONTimelineDecoder::JSONEntity input_workload_execution_event1 = model.jsonEntities
726 JSONTimelineDecoder::JSONEntity entity1 = model.jsonEntities.at(rootEntity.childEntities[1]);
[all …]
/aosp_15_r20/external/armnn/
H A DLICENSE.spdx17000 FileName: ./src/timelineDecoder/JSONTimelineDecoder.cpp
17007 FileName: ./src/timelineDecoder/JSONTimelineDecoder.hpp