ArmNN
 20.05
TimelineModel.hpp File Reference
#include <armnn/profiling/ITimelineDecoder.hpp>
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  Entity
 
struct  ModelRelationship
 
class  TimelineModel
 

Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
 armnn::profiling
 

Typedefs

using LabelMap = std::map< uint64_t, ITimelineDecoder::Label >
 
using Attribute = std::pair< std::string, std::string >
 
using Attributes = std::map< std::string, Attribute >
 
using Entities = std::map< uint64_t, Entity >
 
using Relationships = std::map< uint64_t, ModelRelationship >