Few minor updates to BuildGuideAndroidNDK.md file
[platform/upstream/armnn.git] / Documentation / _detection_post_process_layer_8hpp_source.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <meta name="generator" content="Doxygen 1.8.13"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>ArmNN: src/armnn/layers/DetectionPostProcessLayer.hpp Source File</title>
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <link href="navtree.css" rel="stylesheet" type="text/css"/>
13 <script type="text/javascript" src="resize.js"></script>
14 <script type="text/javascript" src="navtreedata.js"></script>
15 <script type="text/javascript" src="navtree.js"></script>
16 <script type="text/javascript">
17   $(document).ready(initResizable);
18 </script>
19 <link href="search/search.css" rel="stylesheet" type="text/css"/>
20 <script type="text/javascript" src="search/searchdata.js"></script>
21 <script type="text/javascript" src="search/search.js"></script>
22 <link href="doxygen.css" rel="stylesheet" type="text/css" />
23 </head>
24 <body>
25 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
26 <div id="titlearea">
27 <table cellspacing="0" cellpadding="0">
28  <tbody>
29  <tr style="height: 56px;">
30   <td id="projectalign" style="padding-left: 0.5em;">
31    <div id="projectname">ArmNN
32    &#160;<span id="projectnumber">NotReleased</span>
33    </div>
34   </td>
35  </tr>
36  </tbody>
37 </table>
38 </div>
39 <!-- end header part -->
40 <!-- Generated by Doxygen 1.8.13 -->
41 <script type="text/javascript">
42 var searchBox = new SearchBox("searchBox", "search",false,'Search');
43 </script>
44 <script type="text/javascript" src="menudata.js"></script>
45 <script type="text/javascript" src="menu.js"></script>
46 <script type="text/javascript">
47 $(function() {
48   initMenu('',true,false,'search.php','Search');
49   $(document).ready(function() { init_search(); });
50 });
51 </script>
52 <div id="main-nav"></div>
53 </div><!-- top -->
54 <div id="side-nav" class="ui-resizable side-nav-resizable">
55   <div id="nav-tree">
56     <div id="nav-tree-contents">
57       <div id="nav-sync" class="sync"></div>
58     </div>
59   </div>
60   <div id="splitbar" style="-moz-user-select:none;" 
61        class="ui-resizable-handle">
62   </div>
63 </div>
64 <script type="text/javascript">
65 $(document).ready(function(){initNavTree('_detection_post_process_layer_8hpp_source.html','');});
66 </script>
67 <div id="doc-content">
68 <!-- window showing the filter options -->
69 <div id="MSearchSelectWindow"
70      onmouseover="return searchBox.OnSearchSelectShow()"
71      onmouseout="return searchBox.OnSearchSelectHide()"
72      onkeydown="return searchBox.OnSearchSelectKey(event)">
73 </div>
74
75 <!-- iframe showing the search results (closed by default) -->
76 <div id="MSearchResultsWindow">
77 <iframe src="javascript:void(0)" frameborder="0" 
78         name="MSearchResults" id="MSearchResults">
79 </iframe>
80 </div>
81
82 <div class="header">
83   <div class="headertitle">
84 <div class="title">DetectionPostProcessLayer.hpp</div>  </div>
85 </div><!--header-->
86 <div class="contents">
87 <a href="_detection_post_process_layer_8hpp.html">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 © 2017 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;</div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_layer_with_parameters_8hpp.html">LayerWithParameters.hpp</a>&quot;</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.html">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;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="keyword">class </span>ScopedCpuTensorHandle;</div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classarmnn_1_1_detection_post_process_layer.html">   16</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1_detection_post_process_layer.html">DetectionPostProcessLayer</a> : <span class="keyword">public</span> <a class="code" href="classarmnn_1_1_layer_with_parameters.html">LayerWithParameters</a>&lt;DetectionPostProcessDescriptor&gt;</div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;{</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classarmnn_1_1_detection_post_process_layer.html#a6844fecab0edaf324de5a57fee8b65f1">   20</a></span>&#160;    std::unique_ptr&lt;ScopedCpuTensorHandle&gt; <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a6844fecab0edaf324de5a57fee8b65f1">m_Anchors</a>;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;    <span class="keyword">virtual</span> std::unique_ptr&lt;IWorkload&gt; <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#adfa912d0c4c6c00f1af2cbfa799572b7">CreateWorkload</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_workload_factory.html">IWorkloadFactory</a>&amp; factory) <span class="keyword">const override</span>;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <a class="code" href="classarmnn_1_1_detection_post_process_layer.html">DetectionPostProcessLayer</a>* <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a8d3b0c5e823f04841d74a2647e6a5246">Clone</a>(<a class="code" href="classarmnn_1_1_graph.html">Graph</a>&amp; graph) <span class="keyword">const override</span>;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a8c8f543d7e9729362c266d12ec169966">ValidateTensorShapesFromInputs</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a75a50f464326fefa605ea84ae2c9be85">Accept</a>(<a class="code" href="classarmnn_1_1_i_layer_visitor.html">ILayerVisitor</a>&amp; visitor) <span class="keyword">const override</span>;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a8270bf304cb3fa6af15c99562892b1ff">DetectionPostProcessLayer</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_detection_post_process_descriptor.html">DetectionPostProcessDescriptor</a>&amp; param, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#a7acbfacbca5998ff9c967927d00efbe2">~DetectionPostProcessLayer</a>() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;    <a class="code" href="classarmnn_1_1_layer.html#a585d59ec610af46a76487fd6c1c55ac1">ConstantTensors</a> <a class="code" href="classarmnn_1_1_detection_post_process_layer.html#abe659a5afa7523f5dbc04bcba9b31f1a">GetConstantTensorsByRef</a>() <span class="keyword">override</span>;</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;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a8d3b0c5e823f04841d74a2647e6a5246"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a8d3b0c5e823f04841d74a2647e6a5246">armnn::DetectionPostProcessLayer::Clone</a></div><div class="ttdeci">DetectionPostProcessLayer * Clone(Graph &amp;graph) const override</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00030">DetectionPostProcessLayer.cpp:30</a></div></div>
88 <div class="ttc" id="_layer_with_parameters_8hpp_html"><div class="ttname"><a href="_layer_with_parameters_8hpp.html">LayerWithParameters.hpp</a></div></div>
89 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a6844fecab0edaf324de5a57fee8b65f1"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a6844fecab0edaf324de5a57fee8b65f1">armnn::DetectionPostProcessLayer::m_Anchors</a></div><div class="ttdeci">std::unique_ptr&lt; ScopedCpuTensorHandle &gt; m_Anchors</div><div class="ttdoc">A unique pointer to store Anchor values. </div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8hpp_source.html#l00020">DetectionPostProcessLayer.hpp:20</a></div></div>
90 <div class="ttc" id="classarmnn_1_1_i_workload_factory_html"><div class="ttname"><a href="classarmnn_1_1_i_workload_factory.html">armnn::IWorkloadFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_workload_factory_8hpp_source.html#l00021">WorkloadFactory.hpp:21</a></div></div>
91 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html">armnn::DetectionPostProcessLayer</a></div><div class="ttdoc">This layer represents a detection postprocess operator. </div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8hpp_source.html#l00016">DetectionPostProcessLayer.hpp:16</a></div></div>
92 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_adfa912d0c4c6c00f1af2cbfa799572b7"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#adfa912d0c4c6c00f1af2cbfa799572b7">armnn::DetectionPostProcessLayer::CreateWorkload</a></div><div class="ttdeci">virtual std::unique_ptr&lt; IWorkload &gt; CreateWorkload(const IWorkloadFactory &amp;factory) const override</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00023">DetectionPostProcessLayer.cpp:23</a></div></div>
93 <div class="ttc" id="classarmnn_1_1_layer_html_a585d59ec610af46a76487fd6c1c55ac1"><div class="ttname"><a href="classarmnn_1_1_layer.html#a585d59ec610af46a76487fd6c1c55ac1">armnn::Layer::ConstantTensors</a></div><div class="ttdeci">std::vector&lt; std::reference_wrapper&lt; std::unique_ptr&lt; ScopedCpuTensorHandle &gt; &gt;&gt; ConstantTensors</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00356">Layer.hpp:356</a></div></div>
94 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a75a50f464326fefa605ea84ae2c9be85"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a75a50f464326fefa605ea84ae2c9be85">armnn::DetectionPostProcessLayer::Accept</a></div><div class="ttdeci">void Accept(ILayerVisitor &amp;visitor) const override</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00075">DetectionPostProcessLayer.cpp:75</a></div></div>
95 <div class="ttc" id="classarmnn_1_1_i_layer_visitor_html"><div class="ttname"><a href="classarmnn_1_1_i_layer_visitor.html">armnn::ILayerVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_layer_visitor_8hpp_source.html#l00016">ILayerVisitor.hpp:16</a></div></div>
96 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_abe659a5afa7523f5dbc04bcba9b31f1a"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#abe659a5afa7523f5dbc04bcba9b31f1a">armnn::DetectionPostProcessLayer::GetConstantTensorsByRef</a></div><div class="ttdeci">ConstantTensors GetConstantTensorsByRef() override</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00070">DetectionPostProcessLayer.cpp:70</a></div></div>
97 <div class="ttc" id="classarmnn_1_1_layer_with_parameters_html"><div class="ttname"><a href="classarmnn_1_1_layer_with_parameters.html">armnn::LayerWithParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_with_parameters_8hpp_source.html#l00013">LayerWithParameters.hpp:13</a></div></div>
98 <div class="ttc" id="structarmnn_1_1_detection_post_process_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html">armnn::DetectionPostProcessDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00495">Descriptors.hpp:495</a></div></div>
99 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a7acbfacbca5998ff9c967927d00efbe2"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a7acbfacbca5998ff9c967927d00efbe2">armnn::DetectionPostProcessLayer::~DetectionPostProcessLayer</a></div><div class="ttdeci">~DetectionPostProcessLayer()=default</div><div class="ttdoc">Default destructor. </div></div>
100 <div class="ttc" id="namespacearmnn_html"><div class="ttname"><a href="namespacearmnn.html">armnn</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_helper_8hpp_source.html#l00011">BackendHelper.hpp:11</a></div></div>
101 <div class="ttc" id="classarmnn_1_1_graph_html"><div class="ttname"><a href="classarmnn_1_1_graph.html">armnn::Graph</a></div><div class="ttdef"><b>Definition:</b> <a href="_graph_8hpp_source.html#l00029">Graph.hpp:29</a></div></div>
102 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a8270bf304cb3fa6af15c99562892b1ff"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a8270bf304cb3fa6af15c99562892b1ff">armnn::DetectionPostProcessLayer::DetectionPostProcessLayer</a></div><div class="ttdeci">DetectionPostProcessLayer(const DetectionPostProcessDescriptor &amp;param, const char *name)</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00018">DetectionPostProcessLayer.cpp:18</a></div></div>
103 <div class="ttc" id="classarmnn_1_1_detection_post_process_layer_html_a8c8f543d7e9729362c266d12ec169966"><div class="ttname"><a href="classarmnn_1_1_detection_post_process_layer.html#a8c8f543d7e9729362c266d12ec169966">armnn::DetectionPostProcessLayer::ValidateTensorShapesFromInputs</a></div><div class="ttdeci">void ValidateTensorShapesFromInputs() override</div><div class="ttdef"><b>Definition:</b> <a href="_detection_post_process_layer_8cpp_source.html#l00037">DetectionPostProcessLayer.cpp:37</a></div></div>
104 </div><!-- fragment --></div><!-- contents -->
105 </div><!-- doc-content -->
106 <!-- start footer part -->
107 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
108   <ul>
109     <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_e0a84d05c80a2ef4231141dcbbeac5c8.html">armnn</a></li><li class="navelem"><a class="el" href="dir_9da6642ce0fd5a8c83524f1b621275be.html">layers</a></li><li class="navelem"><a class="el" href="_detection_post_process_layer_8hpp.html">DetectionPostProcessLayer.hpp</a></li>
110     <li class="footer">Generated on Fri Mar 13 2020 16:06:54 for ArmNN by
111     <a href="http://www.doxygen.org/index.html">
112     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
113   </ul>
114 </div>
115 </body>
116 </html>