Home
last modified time | relevance | path

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

/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.cpp28 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEntity(const Entity& entity) in CreateEntity()
36 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEventClass(const EventClass& eventCl… in CreateEventClass()
45 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateEvent(const Event& event) in CreateEvent()
54 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateLabel(const Label& label) in CreateLabel()
60 JSONTimelineDecoder::TimelineStatus JSONTimelineDecoder::CreateRelationship(const Relationship& rel… in CreateRelationship()
86 void JSONTimelineDecoder::HandleExecutionLink(const ITimelineDecoder::Relationship& relationship) in HandleExecutionLink()
108 void JSONTimelineDecoder::HandleLabelLink(const ITimelineDecoder::Relationship& relationship) in HandleLabelLink()
144 void JSONTimelineDecoder::HandleTypeLabel(const ITimelineDecoder::Relationship& relationship) in HandleTypeLabel()
165 void JSONTimelineDecoder::HandleNameLabel(const ITimelineDecoder::Relationship& relationship) in HandleNameLabel()
183 void JSONTimelineDecoder::HandleBackendIdLabel(const ITimelineDecoder::Relationship& relationship) in HandleBackendIdLabel()
[all …]
DCMakeLists.txt9 JSONTimelineDecoder.cpp
10 JSONTimelineDecoder.hpp)
DJSONTimelineDecoder.hpp18 class JSONTimelineDecoder : public arm::pipe::ITimelineDecoder class
/external/armnn/src/timelineDecoder/tests/
DJSONTimelineDecoderTests.cpp21 void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder) in RunSimpleModelThroughDecoder()
688 JSONTimelineDecoder timelineDecoder; in BOOST_AUTO_TEST_CASE()
691 JSONTimelineDecoder::Model model = timelineDecoder.GetModel(); in BOOST_AUTO_TEST_CASE()
693 JSONTimelineDecoder::JSONEntity rootEntity = model.jsonEntities.at(6); in BOOST_AUTO_TEST_CASE()
697 JSONTimelineDecoder::JSONEntity entity0 = model.jsonEntities.at(rootEntity.childEntities[0]); in BOOST_AUTO_TEST_CASE()
702JSONTimelineDecoder::JSONEntity input_workload_entity = model.jsonEntities.at(entity0.childEntitie… in BOOST_AUTO_TEST_CASE()
707 JSONTimelineDecoder::JSONEntity input_workload_execution_entity = model.jsonEntities in BOOST_AUTO_TEST_CASE()
712 JSONTimelineDecoder::JSONEntity input_workload_execution_event0 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
719 JSONTimelineDecoder::JSONEntity input_workload_execution_event1 = model.jsonEntities in BOOST_AUTO_TEST_CASE()
727 JSONTimelineDecoder::JSONEntity entity1 = model.jsonEntities.at(rootEntity.childEntities[1]); in BOOST_AUTO_TEST_CASE()
[all …]