aboutsummaryrefslogtreecommitdiff
path: root/20.02/_timeline_decoder_8hpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_timeline_decoder_8hpp_source.xhtml')
-rw-r--r--20.02/_timeline_decoder_8hpp_source.xhtml146
1 files changed, 146 insertions, 0 deletions
diff --git a/20.02/_timeline_decoder_8hpp_source.xhtml b/20.02/_timeline_decoder_8hpp_source.xhtml
new file mode 100644
index 0000000000..359d1e9ef2
--- /dev/null
+++ b/20.02/_timeline_decoder_8hpp_source.xhtml
@@ -0,0 +1,146 @@
+<!-- Copyright (c) 2020 ARM Limited. -->
+<!-- -->
+<!-- SPDX-License-Identifier: MIT -->
+<!-- -->
+<!-- HTML header for doxygen 1.8.13-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="robots" content="NOINDEX, NOFOLLOW" />
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>ArmNN: src/timelineDecoder/TimelineDecoder.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ extensions: ["tex2jax.js"],
+ jax: ["input/TeX","output/HTML-CSS"],
+});
+</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">
+ &#160;<span id="projectnumber">20.02</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_timeline_decoder_8hpp_source.xhtml','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+ <div class="headertitle">
+<div class="title">TimelineDecoder.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_timeline_decoder_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2020 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_i_timeline_decoder_8hpp.xhtml">armnn/profiling/ITimelineDecoder.hpp</a>&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;{</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">namespace </span>timelinedecoder</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;{</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml"> 14</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml">TimelineDecoder</a> : <span class="keyword">public</span> <a class="code" href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;{</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml"> 19</a></span>&#160; <span class="keyword">struct </span><a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; {</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#a1ff765d7e34414715e9aceb381f468aa"> 21</a></span>&#160; std::vector&lt;Entity&gt; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#a1ff765d7e34414715e9aceb381f468aa">m_Entities</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#acda1daaa7f8a8a77e0cc496e97a294b1"> 22</a></span>&#160; std::vector&lt;EventClass&gt; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#acda1daaa7f8a8a77e0cc496e97a294b1">m_EventClasses</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae2efab5c61d58b33155822469b78f175"> 23</a></span>&#160; std::vector&lt;Event&gt; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae2efab5c61d58b33155822469b78f175">m_Events</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae3b9190fdb419c136630efaaa4ba91b9"> 24</a></span>&#160; std::vector&lt;Label&gt; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae3b9190fdb419c136630efaaa4ba91b9">m_Labels</a>;</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#aea0f48477f4db3a052d0c4074c68c8a7"> 25</a></span>&#160; std::vector&lt;Relationship&gt; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#aea0f48477f4db3a052d0c4074c68c8a7">m_Relationships</a>;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; };</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a52c842ac314aae8af4b814b1837e8648"> 28</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a52c842ac314aae8af4b814b1837e8648">OnNewEntityCallback</a> = void (*)(<a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> &amp;, <span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml">Entity</a>);</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a455702b8e52422d8a03190d2ea5e29bc"> 29</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a455702b8e52422d8a03190d2ea5e29bc">OnNewEventClassCallback</a> = void (*)(<a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> &amp;, <span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml">EventClass</a>);</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a9d3af268d7a5014efe9e0c658b28daa1"> 30</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a9d3af268d7a5014efe9e0c658b28daa1">OnNewEventCallback</a> = void (*)(<a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> &amp;, <span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml">Event</a>);</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4d7176128f2eea63d7486a773bb8b924"> 31</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4d7176128f2eea63d7486a773bb8b924">OnNewLabelCallback</a> = void (*)(<a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> &amp;, <span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml">Label</a>);</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a43df0dac2a91eb6403192af0fee5172b"> 32</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a43df0dac2a91eb6403192af0fee5172b">OnNewRelationshipCallback</a> = void (*)(<a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> &amp;, <span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml">Relationship</a>);</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a7a3a6f47289e3c4dedba1fce3871cbc9">CreateEntity</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_entity.xhtml">Entity</a> &amp;) <span class="keyword">override</span>;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4ddf1bad035226b51874e2fd2a10b70d">CreateEventClass</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event_class.xhtml">EventClass</a> &amp;) <span class="keyword">override</span>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a5cdb47905000a2a794d376f83e8297d2">CreateEvent</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_event.xhtml">Event</a> &amp;) <span class="keyword">override</span>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a79a11d3638937138ba222c77efbd2e24">CreateLabel</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_label.xhtml">Label</a> &amp;) <span class="keyword">override</span>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">virtual</span> <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a743eb5b5f7207e38f297611714bc33c1">CreateRelationship</a>(<span class="keyword">const</span> <a class="code" href="struct_i_timeline_decoder_1_1_relationship.xhtml">Relationship</a> &amp;) <span class="keyword">override</span>;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keyword">const</span> <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a>&amp; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a1fedc5d6bd2dd5795e760abfb4c62a1b">GetModel</a>();</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a6274842f34566b5d99bbad09dcdc65ff">SetEntityCallback</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a52c842ac314aae8af4b814b1837e8648">OnNewEntityCallback</a>);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a93a16fb5384fc547b965badf0255a09c">SetEventClassCallback</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a455702b8e52422d8a03190d2ea5e29bc">OnNewEventClassCallback</a>);</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#ac7a2cae3b6d92cf19f6dde52834220ab">SetEventCallback</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a9d3af268d7a5014efe9e0c658b28daa1">OnNewEventCallback</a>);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a836f50363f5f1721c50394cd07f0c6cc">SetLabelCallback</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4d7176128f2eea63d7486a773bb8b924">OnNewLabelCallback</a>);</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <a class="code" href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">TimelineStatus</a> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#ae567c3874fc1734833b03a9e73461426">SetRelationshipCallback</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a43df0dac2a91eb6403192af0fee5172b">OnNewRelationshipCallback</a>);</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a388f572c62279f839ee138a9afbdeeb5">print</a>();</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <a class="code" href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">Model</a> m_Model;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a52c842ac314aae8af4b814b1837e8648">OnNewEntityCallback</a> m_OnNewEntityCallback;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a455702b8e52422d8a03190d2ea5e29bc">OnNewEventClassCallback</a> m_OnNewEventClassCallback;</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a9d3af268d7a5014efe9e0c658b28daa1">OnNewEventCallback</a> m_OnNewEventCallback;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4d7176128f2eea63d7486a773bb8b924">OnNewLabelCallback</a> m_OnNewLabelCallback;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <a class="code" href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a43df0dac2a91eb6403192af0fee5172b">OnNewRelationshipCallback</a> m_OnNewRelationshipCallback;</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordtype">void</span> printLabels();</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <span class="keywordtype">void</span> printEntities();</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">void</span> printEventClasses();</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">void</span> printRelationships();</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">void</span> printEvents();</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;};</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;}</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;}</div><div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_ae567c3874fc1734833b03a9e73461426"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#ae567c3874fc1734833b03a9e73461426">armnn::timelinedecoder::TimelineDecoder::SetRelationshipCallback</a></div><div class="ttdeci">TimelineStatus SetRelationshipCallback(const OnNewRelationshipCallback)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00113">TimelineDecoder.cpp:113</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml_ae3b9190fdb419c136630efaaa4ba91b9"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae3b9190fdb419c136630efaaa4ba91b9">armnn::timelinedecoder::TimelineDecoder::Model::m_Labels</a></div><div class="ttdeci">std::vector&lt; Label &gt; m_Labels</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00024">TimelineDecoder.hpp:24</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a388f572c62279f839ee138a9afbdeeb5"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a388f572c62279f839ee138a9afbdeeb5">armnn::timelinedecoder::TimelineDecoder::print</a></div><div class="ttdeci">void print()</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00123">TimelineDecoder.cpp:123</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml_a1ff765d7e34414715e9aceb381f468aa"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#a1ff765d7e34414715e9aceb381f468aa">armnn::timelinedecoder::TimelineDecoder::Model::m_Entities</a></div><div class="ttdeci">std::vector&lt; Entity &gt; m_Entities</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00021">TimelineDecoder.hpp:21</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml"><div class="ttname"><a href="class_i_timeline_decoder.xhtml">ITimelineDecoder</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00011">ITimelineDecoder.hpp:11</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a5cdb47905000a2a794d376f83e8297d2"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a5cdb47905000a2a794d376f83e8297d2">armnn::timelinedecoder::TimelineDecoder::CreateEvent</a></div><div class="ttdeci">virtual TimelineStatus CreateEvent(const Event &amp;) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00036">TimelineDecoder.cpp:36</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a43df0dac2a91eb6403192af0fee5172b"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a43df0dac2a91eb6403192af0fee5172b">armnn::timelinedecoder::TimelineDecoder::OnNewRelationshipCallback</a></div><div class="ttdeci">void(*)(Model &amp;, const Relationship) OnNewRelationshipCallback</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00032">TimelineDecoder.hpp:32</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_class_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event_class.xhtml">ITimelineDecoder::EventClass</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00035">ITimelineDecoder.hpp:35</a></div></div>
+<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2020 ARM Limited. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00025">00_introduction.dox:25</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a7a3a6f47289e3c4dedba1fce3871cbc9"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a7a3a6f47289e3c4dedba1fce3871cbc9">armnn::timelinedecoder::TimelineDecoder::CreateEntity</a></div><div class="ttdeci">virtual TimelineStatus CreateEntity(const Entity &amp;) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00014">TimelineDecoder.cpp:14</a></div></div>
+<div class="ttc" id="_i_timeline_decoder_8hpp_xhtml"><div class="ttname"><a href="_i_timeline_decoder_8hpp.xhtml">ITimelineDecoder.hpp</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml">armnn::timelinedecoder::TimelineDecoder::Model</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00019">TimelineDecoder.hpp:19</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a9d3af268d7a5014efe9e0c658b28daa1"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a9d3af268d7a5014efe9e0c658b28daa1">armnn::timelinedecoder::TimelineDecoder::OnNewEventCallback</a></div><div class="ttdeci">void(*)(Model &amp;, const Event) OnNewEventCallback</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00030">TimelineDecoder.hpp:30</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a79a11d3638937138ba222c77efbd2e24"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a79a11d3638937138ba222c77efbd2e24">armnn::timelinedecoder::TimelineDecoder::CreateLabel</a></div><div class="ttdeci">virtual TimelineStatus CreateLabel(const Label &amp;) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00047">TimelineDecoder.cpp:47</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_relationship_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_relationship.xhtml">ITimelineDecoder::Relationship</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00053">ITimelineDecoder.hpp:53</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a93a16fb5384fc547b965badf0255a09c"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a93a16fb5384fc547b965badf0255a09c">armnn::timelinedecoder::TimelineDecoder::SetEventClassCallback</a></div><div class="ttdeci">TimelineStatus SetEventClassCallback(const OnNewEventClassCallback)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00083">TimelineDecoder.cpp:83</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml_aea0f48477f4db3a052d0c4074c68c8a7"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#aea0f48477f4db3a052d0c4074c68c8a7">armnn::timelinedecoder::TimelineDecoder::Model::m_Relationships</a></div><div class="ttdeci">std::vector&lt; Relationship &gt; m_Relationships</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00025">TimelineDecoder.hpp:25</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml">armnn::timelinedecoder::TimelineDecoder</a></div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00014">TimelineDecoder.hpp:14</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a52c842ac314aae8af4b814b1837e8648"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a52c842ac314aae8af4b814b1837e8648">armnn::timelinedecoder::TimelineDecoder::OnNewEntityCallback</a></div><div class="ttdeci">void(*)(Model &amp;, const Entity) OnNewEntityCallback</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00028">TimelineDecoder.hpp:28</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a743eb5b5f7207e38f297611714bc33c1"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a743eb5b5f7207e38f297611714bc33c1">armnn::timelinedecoder::TimelineDecoder::CreateRelationship</a></div><div class="ttdeci">virtual TimelineStatus CreateRelationship(const Relationship &amp;) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00058">TimelineDecoder.cpp:58</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml_acda1daaa7f8a8a77e0cc496e97a294b1"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#acda1daaa7f8a8a77e0cc496e97a294b1">armnn::timelinedecoder::TimelineDecoder::Model::m_EventClasses</a></div><div class="ttdeci">std::vector&lt; EventClass &gt; m_EventClasses</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00022">TimelineDecoder.hpp:22</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a1fedc5d6bd2dd5795e760abfb4c62a1b"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a1fedc5d6bd2dd5795e760abfb4c62a1b">armnn::timelinedecoder::TimelineDecoder::GetModel</a></div><div class="ttdeci">const Model &amp; GetModel()</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00068">TimelineDecoder.cpp:68</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a455702b8e52422d8a03190d2ea5e29bc"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a455702b8e52422d8a03190d2ea5e29bc">armnn::timelinedecoder::TimelineDecoder::OnNewEventClassCallback</a></div><div class="ttdeci">void(*)(Model &amp;, const EventClass) OnNewEventClassCallback</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00029">TimelineDecoder.hpp:29</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a4ddf1bad035226b51874e2fd2a10b70d"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4ddf1bad035226b51874e2fd2a10b70d">armnn::timelinedecoder::TimelineDecoder::CreateEventClass</a></div><div class="ttdeci">virtual TimelineStatus CreateEventClass(const EventClass &amp;) override</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00025">TimelineDecoder.cpp:25</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_entity_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_entity.xhtml">ITimelineDecoder::Entity</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00030">ITimelineDecoder.hpp:30</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a4d7176128f2eea63d7486a773bb8b924"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a4d7176128f2eea63d7486a773bb8b924">armnn::timelinedecoder::TimelineDecoder::OnNewLabelCallback</a></div><div class="ttdeci">void(*)(Model &amp;, const Label) OnNewLabelCallback</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00031">TimelineDecoder.hpp:31</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a836f50363f5f1721c50394cd07f0c6cc"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a836f50363f5f1721c50394cd07f0c6cc">armnn::timelinedecoder::TimelineDecoder::SetLabelCallback</a></div><div class="ttdeci">TimelineStatus SetLabelCallback(const OnNewLabelCallback)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00103">TimelineDecoder.cpp:103</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_event_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_event.xhtml">ITimelineDecoder::Event</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00040">ITimelineDecoder.hpp:40</a></div></div>
+<div class="ttc" id="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model_xhtml_ae2efab5c61d58b33155822469b78f175"><div class="ttname"><a href="structarmnn_1_1timelinedecoder_1_1_timeline_decoder_1_1_model.xhtml#ae2efab5c61d58b33155822469b78f175">armnn::timelinedecoder::TimelineDecoder::Model::m_Events</a></div><div class="ttdeci">std::vector&lt; Event &gt; m_Events</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8hpp_source.xhtml#l00023">TimelineDecoder.hpp:23</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_a6274842f34566b5d99bbad09dcdc65ff"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#a6274842f34566b5d99bbad09dcdc65ff">armnn::timelinedecoder::TimelineDecoder::SetEntityCallback</a></div><div class="ttdeci">TimelineStatus SetEntityCallback(const OnNewEntityCallback)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00073">TimelineDecoder.cpp:73</a></div></div>
+<div class="ttc" id="classarmnn_1_1timelinedecoder_1_1_timeline_decoder_xhtml_ac7a2cae3b6d92cf19f6dde52834220ab"><div class="ttname"><a href="classarmnn_1_1timelinedecoder_1_1_timeline_decoder.xhtml#ac7a2cae3b6d92cf19f6dde52834220ab">armnn::timelinedecoder::TimelineDecoder::SetEventCallback</a></div><div class="ttdeci">TimelineStatus SetEventCallback(const OnNewEventCallback)</div><div class="ttdef"><b>Definition:</b> <a href="_timeline_decoder_8cpp_source.xhtml#l00093">TimelineDecoder.cpp:93</a></div></div>
+<div class="ttc" id="struct_i_timeline_decoder_1_1_label_xhtml"><div class="ttname"><a href="struct_i_timeline_decoder_1_1_label.xhtml">ITimelineDecoder::Label</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00047">ITimelineDecoder.hpp:47</a></div></div>
+<div class="ttc" id="class_i_timeline_decoder_xhtml_a7561a8de32d8a9ff3bfa7de7a89a590a"><div class="ttname"><a href="class_i_timeline_decoder.xhtml#a7561a8de32d8a9ff3bfa7de7a89a590a">ITimelineDecoder::TimelineStatus</a></div><div class="ttdeci">TimelineStatus</div><div class="ttdef"><b>Definition:</b> <a href="_i_timeline_decoder_8hpp_source.xhtml#l00016">ITimelineDecoder.hpp:16</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_4d9706f59620ec516301c65441ed077a.xhtml">timelineDecoder</a></li><li class="navelem"><a class="el" href="_timeline_decoder_8hpp.xhtml">TimelineDecoder.hpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:13 for ArmNN by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ </ul>
+</div>
+</body>
+</html>