bugfix: CLDeconvolutionLayer::validate fails if bias==NULL (#439)
[platform/upstream/armcl.git] / documentation / _node_context_8h_source.xhtml
1 <!-- HTML header for doxygen 1.8.9.1-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
7 <meta name="generator" content="Doxygen 1.8.11"/>
8 <meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
9 <title>Compute Library: arm_compute/graph/NodeContext.h Source File</title>
10 <link href="tabs.css" rel="stylesheet" type="text/css"/>
11 <script type="text/javascript" src="jquery.js"></script>
12 <script type="text/javascript" src="dynsections.js"></script>
13 <link href="navtree.css" rel="stylesheet" type="text/css"/>
14 <script type="text/javascript" src="resize.js"></script>
15 <script type="text/javascript" src="navtreedata.js"></script>
16 <script type="text/javascript" src="navtree.js"></script>
17 <script type="text/javascript">
18   $(document).ready(initResizable);
19   $(window).load(resizeHeight);
20 </script>
21 <link href="search/search.css" rel="stylesheet" type="text/css"/>
22 <script type="text/javascript" src="search/searchdata.js"></script>
23 <script type="text/javascript" src="search/search.js"></script>
24 <script type="text/javascript">
25   $(document).ready(function() { init_search(); });
26 </script>
27 <script type="text/x-mathjax-config">
28   MathJax.Hub.Config({
29     extensions: ["tex2jax.js"],
30     jax: ["input/TeX","output/HTML-CSS"],
31 });
32 </script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
33 <link href="doxygen.css" rel="stylesheet" type="text/css" />
34 </head>
35 <body>
36 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37 <div id="titlearea">
38 <table cellspacing="0" cellpadding="0">
39  <tbody>
40  <tr style="height: 56px;">
41   <td style="padding-left: 0.5em;">
42    <div id="projectname">Compute Library
43    &#160;<span id="projectnumber">18.03</span>
44    </div>
45   </td>
46  </tr>
47  </tbody>
48 </table>
49 </div>
50 <!-- end header part -->
51 <!-- Generated by Doxygen 1.8.11 -->
52 <script type="text/javascript">
53 var searchBox = new SearchBox("searchBox", "search",false,'Search');
54 </script>
55   <div id="navrow1" class="tabs">
56     <ul class="tablist">
57       <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
58       <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
59       <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60       <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61       <li class="current"><a href="files.xhtml"><span>Files</span></a></li>
62       <li>
63         <div id="MSearchBox" class="MSearchBoxInactive">
64         <span class="left">
65           <img id="MSearchSelect" src="search/mag_sel.png"
66                onmouseover="return searchBox.OnSearchSelectShow()"
67                onmouseout="return searchBox.OnSearchSelectHide()"
68                alt=""/>
69           <input type="text" id="MSearchField" value="Search" accesskey="S"
70                onfocus="searchBox.OnSearchFieldFocus(true)" 
71                onblur="searchBox.OnSearchFieldFocus(false)" 
72                onkeyup="searchBox.OnSearchFieldChange(event)"/>
73           </span><span class="right">
74             <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75           </span>
76         </div>
77       </li>
78     </ul>
79   </div>
80   <div id="navrow2" class="tabs2">
81     <ul class="tablist">
82       <li><a href="files.xhtml"><span>File&#160;List</span></a></li>
83       <li><a href="globals.xhtml"><span>Globals</span></a></li>
84     </ul>
85   </div>
86 </div><!-- top -->
87 <div id="side-nav" class="ui-resizable side-nav-resizable">
88   <div id="nav-tree">
89     <div id="nav-tree-contents">
90       <div id="nav-sync" class="sync"></div>
91     </div>
92   </div>
93   <div id="splitbar" style="-moz-user-select:none;" 
94        class="ui-resizable-handle">
95   </div>
96 </div>
97 <script type="text/javascript">
98 $(document).ready(function(){initNavTree('_node_context_8h_source.xhtml','');});
99 </script>
100 <div id="doc-content">
101 <!-- window showing the filter options -->
102 <div id="MSearchSelectWindow"
103      onmouseover="return searchBox.OnSearchSelectShow()"
104      onmouseout="return searchBox.OnSearchSelectHide()"
105      onkeydown="return searchBox.OnSearchSelectKey(event)">
106 </div>
107
108 <!-- iframe showing the search results (closed by default) -->
109 <div id="MSearchResultsWindow">
110 <iframe src="javascript:void(0)" frameborder="0" 
111         name="MSearchResults" id="MSearchResults">
112 </iframe>
113 </div>
114
115 <div class="header">
116   <div class="headertitle">
117 <div class="title">NodeContext.h</div>  </div>
118 </div><!--header-->
119 <div class="contents">
120 <a href="_node_context_8h.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 (c) 2017-2018 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * deal in the Software without restriction, including without limitation the</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * sell copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#ifndef __ARM_COMPUTE_GRAPH_NODE_CONTEXT_H__</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#define __ARM_COMPUTE_GRAPH_NODE_CONTEXT_H__</span></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;<span class="preprocessor">#include &quot;<a class="code" href="core_2_error_8h.xhtml">arm_compute/core/Error.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_node_parameter_8h.xhtml">arm_compute/graph/NodeParameter.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="arm__compute_2graph_2_types_8h.xhtml">arm_compute/graph/Types.h</a>&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_toolchain_support_8h.xhtml">support/ToolchainSupport.h</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &lt;string&gt;</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="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></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">namespace </span>graph</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;{</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classarm__compute_1_1graph_1_1_node_context.xhtml">   44</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml">NodeContext</a></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;{</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6e6c4575b36f55148dd5b9d6b80e1e31">   51</a></span>&#160;    <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6e6c4575b36f55148dd5b9d6b80e1e31">NodeContext</a>(<a class="code" href="namespacearm__compute_1_1graph.xhtml#a9a2c9c31d675b34f6ec35cc1ca89e047">OperationType</a> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#aede501005c91e527731f91d7b1093922">operation</a>)</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;        : _operation(operation), _target(<a class="code" href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833b">TargetHint</a>::<a class="code" href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833ba3d241dc381afd54422199a5e6864275a">DONT_CARE</a>), _inputs(), _outputs(), _parameters() {};</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6808972173f9b2e2a528235c2f22c79c">set_target</a>(<a class="code" href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833b">TargetHint</a> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a86940a4c06b29e89197d29e3febda499">target</a>);</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a092fa0a514eef844785e30916a2cf8bd">add_input</a>(<a class="code" href="classarm__compute_1_1_i_tensor.xhtml">arm_compute::ITensor</a> *<a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a1b89c6ba45a64c70abe76c342a85ab88">input</a>);</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a93bbbe62b0f94909ba481b02fc785416">add_output</a>(<a class="code" href="classarm__compute_1_1_i_tensor.xhtml">arm_compute::ITensor</a> *<a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a5c38ca4345b9c6364eac526d54d3ad44">output</a>);</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a4b8e8981665590668761d9c3178f4720">add_parameter</a>(std::string name, T <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">parameter</a>);</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;    <a class="code" href="namespacearm__compute_1_1graph.xhtml#a9a2c9c31d675b34f6ec35cc1ca89e047">OperationType</a> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#aede501005c91e527731f91d7b1093922">operation</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    <a class="code" href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833b">TargetHint</a> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a86940a4c06b29e89197d29e3febda499">target</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;    <a class="code" href="classarm__compute_1_1_i_tensor.xhtml">arm_compute::ITensor</a> *<a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a1b89c6ba45a64c70abe76c342a85ab88">input</a>(<span class="keywordtype">size_t</span> idx) <span class="keyword">const</span>;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <a class="code" href="classarm__compute_1_1_i_tensor.xhtml">arm_compute::ITensor</a> *<a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a5c38ca4345b9c6364eac526d54d3ad44">output</a>(<span class="keywordtype">size_t</span> idx) <span class="keyword">const</span>;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;    <span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;    T <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">parameter</a>(std::string name) <span class="keyword">const</span>;</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;    <span class="keywordtype">size_t</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a7db9a1c221b414ff11bd4a5b7b97ec8d">num_inputs</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;    <span class="keywordtype">size_t</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a20ee33c4a581d8d3507dbb898d47d733">num_outputs</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;    <a class="code" href="namespacearm__compute_1_1graph.xhtml#a9a2c9c31d675b34f6ec35cc1ca89e047">OperationType</a>                       _operation;</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;    <a class="code" href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833b">TargetHint</a>                          _target;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;    std::vector&lt;arm_compute::ITensor *&gt; _inputs;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;    std::vector&lt;arm_compute::ITensor *&gt; _outputs;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;    std::map&lt;std::string, std::unique_ptr&lt;NodeParameterBase&gt;&gt; _parameters;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;};</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a4b8e8981665590668761d9c3178f4720">  127</a></span>&#160;<span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a4b8e8981665590668761d9c3178f4720">NodeContext::add_parameter</a>(std::string name, T <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">parameter</a>)</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;{</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    <a class="code" href="core_2_error_8h.xhtml#a5bbdcf574d3f5e412fa6a1117911e67b">ARM_COMPUTE_ERROR_ON_MSG</a>(_parameters.find(name) != _parameters.end(), <span class="stringliteral">&quot;Parameter already exists!&quot;</span>);</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    _parameters[name] = support::cpp14::make_unique&lt;NodeParameter&lt;T&gt;&gt;(name, <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">parameter</a>);</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;}</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> T&gt;</div><div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">  134</a></span>&#160;<span class="keyword">inline</span> T <a class="code" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">NodeContext::parameter</a>(std::string name)<span class="keyword"> const</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    <span class="keyword">auto</span> it = _parameters.find(name);</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    <a class="code" href="core_2_error_8h.xhtml#a54a6080c9f4df1f908e57a9bbb46f5da">ARM_COMPUTE_ERROR_ON</a>(it == _parameters.end());</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span><a class="code" href="classarm__compute_1_1graph_1_1_node_parameter.xhtml">NodeParameter&lt;T&gt;</a> *<span class="keyword">&gt;</span>(it-&gt;second.get())-&gt;<a class="code" href="hwc_8hpp.xhtml#a0f61d63b009d0880a89c843bd50d8d76">value</a>();</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;}</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;} <span class="comment">// namespace graph</span></div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;} <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* __ARM_COMPUTE_GRAPH_NODE_CONTEXT_H__ */</span><span class="preprocessor"></span></div><div class="ttc" id="_toolchain_support_8h_xhtml"><div class="ttname"><a href="_toolchain_support_8h.xhtml">ToolchainSupport.h</a></div></div>
121 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a6e6c4575b36f55148dd5b9d6b80e1e31"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6e6c4575b36f55148dd5b9d6b80e1e31">arm_compute::graph::NodeContext::NodeContext</a></div><div class="ttdeci">NodeContext(OperationType operation)</div><div class="ttdoc">Default Constructor. </div><div class="ttdef"><b>Definition:</b> <a href="_node_context_8h_source.xhtml#l00051">NodeContext.h:51</a></div></div>
122 <div class="ttc" id="core_2_error_8h_xhtml"><div class="ttname"><a href="core_2_error_8h.xhtml">Error.h</a></div></div>
123 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a72eef7664b86c927e02ec5e67b8e8230"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a72eef7664b86c927e02ec5e67b8e8230">arm_compute::graph::NodeContext::parameter</a></div><div class="ttdeci">T parameter(std::string name) const </div><div class="ttdoc">Returns the parameter with the given name. </div><div class="ttdef"><b>Definition:</b> <a href="_node_context_8h_source.xhtml#l00134">NodeContext.h:134</a></div></div>
124 <div class="ttc" id="core_2_error_8h_xhtml_a54a6080c9f4df1f908e57a9bbb46f5da"><div class="ttname"><a href="core_2_error_8h.xhtml#a54a6080c9f4df1f908e57a9bbb46f5da">ARM_COMPUTE_ERROR_ON</a></div><div class="ttdeci">#define ARM_COMPUTE_ERROR_ON(cond)</div><div class="ttdoc">If the condition is true then an error message is printed and an exception thrown. </div><div class="ttdef"><b>Definition:</b> <a href="core_2_error_8h_source.xhtml#l00306">Error.h:306</a></div></div>
125 <div class="ttc" id="arm__compute_2graph_2_types_8h_xhtml"><div class="ttname"><a href="arm__compute_2graph_2_types_8h.xhtml">Types.h</a></div></div>
126 <div class="ttc" id="classarm__compute_1_1_i_tensor_xhtml"><div class="ttname"><a href="classarm__compute_1_1_i_tensor.xhtml">arm_compute::ITensor</a></div><div class="ttdoc">Interface for NEON tensor. </div><div class="ttdef"><b>Definition:</b> <a href="_i_tensor_8h_source.xhtml#l00036">ITensor.h:36</a></div></div>
127 <div class="ttc" id="namespacearm__compute_xhtml"><div class="ttname"><a href="namespacearm__compute.xhtml">arm_compute</a></div><div class="ttdoc">This file contains all available output stages for GEMMLowp on OpenCL. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00001">00_introduction.dox:1</a></div></div>
128 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a93bbbe62b0f94909ba481b02fc785416"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a93bbbe62b0f94909ba481b02fc785416">arm_compute::graph::NodeContext::add_output</a></div><div class="ttdeci">void add_output(arm_compute::ITensor *output)</div><div class="ttdoc">Adds an output to the context. </div></div>
129 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a20ee33c4a581d8d3507dbb898d47d733"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a20ee33c4a581d8d3507dbb898d47d733">arm_compute::graph::NodeContext::num_outputs</a></div><div class="ttdeci">size_t num_outputs() const </div><div class="ttdoc">Returns number of output. </div></div>
130 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a5c38ca4345b9c6364eac526d54d3ad44"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a5c38ca4345b9c6364eac526d54d3ad44">arm_compute::graph::NodeContext::output</a></div><div class="ttdeci">arm_compute::ITensor * output(size_t idx) const </div><div class="ttdoc">Returns output tensor of a given index. </div></div>
131 <div class="ttc" id="_node_parameter_8h_xhtml"><div class="ttname"><a href="_node_parameter_8h.xhtml">NodeParameter.h</a></div></div>
132 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_parameter_xhtml"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_parameter.xhtml">arm_compute::graph::NodeParameter</a></div><div class="ttdoc">Template parameter implementation. </div><div class="ttdef"><b>Definition:</b> <a href="_node_parameter_8h_source.xhtml#l00041">NodeParameter.h:41</a></div></div>
133 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a092fa0a514eef844785e30916a2cf8bd"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a092fa0a514eef844785e30916a2cf8bd">arm_compute::graph::NodeContext::add_input</a></div><div class="ttdeci">void add_input(arm_compute::ITensor *input)</div><div class="ttdoc">Adds an input tensor to the context. </div></div>
134 <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_a9a2c9c31d675b34f6ec35cc1ca89e047"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#a9a2c9c31d675b34f6ec35cc1ca89e047">arm_compute::graph::OperationType</a></div><div class="ttdeci">OperationType</div><div class="ttdoc">Supported layer operations. </div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2graph_2_types_8h_source.xhtml#l00091">Types.h:91</a></div></div>
135 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a4b8e8981665590668761d9c3178f4720"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a4b8e8981665590668761d9c3178f4720">arm_compute::graph::NodeContext::add_parameter</a></div><div class="ttdeci">void add_parameter(std::string name, T parameter)</div><div class="ttdoc">Adds a parameter to the context. </div><div class="ttdef"><b>Definition:</b> <a href="_node_context_8h_source.xhtml#l00127">NodeContext.h:127</a></div></div>
136 <div class="ttc" id="hwc_8hpp_xhtml_a0f61d63b009d0880a89c843bd50d8d76"><div class="ttname"><a href="hwc_8hpp.xhtml#a0f61d63b009d0880a89c843bd50d8d76">value</a></div><div class="ttdeci">void * value</div><div class="ttdef"><b>Definition:</b> <a href="hwc_8hpp_source.xhtml#l00278">hwc.hpp:278</a></div></div>
137 <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_a8d5e69e9a697c2007e241eb413c9833ba3d241dc381afd54422199a5e6864275a"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833ba3d241dc381afd54422199a5e6864275a">arm_compute::graph::TargetHint::DONT_CARE</a></div><div class="ttdoc">Run node in any device. </div></div>
138 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml">arm_compute::graph::NodeContext</a></div><div class="ttdoc">Node Context class. </div><div class="ttdef"><b>Definition:</b> <a href="_node_context_8h_source.xhtml#l00044">NodeContext.h:44</a></div></div>
139 <div class="ttc" id="core_2_error_8h_xhtml_a5bbdcf574d3f5e412fa6a1117911e67b"><div class="ttname"><a href="core_2_error_8h.xhtml#a5bbdcf574d3f5e412fa6a1117911e67b">ARM_COMPUTE_ERROR_ON_MSG</a></div><div class="ttdeci">#define ARM_COMPUTE_ERROR_ON_MSG(cond,...)</div><div class="ttdef"><b>Definition:</b> <a href="core_2_error_8h_source.xhtml#l00297">Error.h:297</a></div></div>
140 <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_a8d5e69e9a697c2007e241eb413c9833b"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#a8d5e69e9a697c2007e241eb413c9833b">arm_compute::graph::TargetHint</a></div><div class="ttdeci">TargetHint</div><div class="ttdoc">&lt; Execution hint to the graph executor </div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2graph_2_types_8h_source.xhtml#l00076">Types.h:76</a></div></div>
141 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a1b89c6ba45a64c70abe76c342a85ab88"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a1b89c6ba45a64c70abe76c342a85ab88">arm_compute::graph::NodeContext::input</a></div><div class="ttdeci">arm_compute::ITensor * input(size_t idx) const </div><div class="ttdoc">Returns input tensor of a given index. </div></div>
142 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a6808972173f9b2e2a528235c2f22c79c"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6808972173f9b2e2a528235c2f22c79c">arm_compute::graph::NodeContext::set_target</a></div><div class="ttdeci">void set_target(TargetHint target)</div><div class="ttdoc">Sets the execution target of the node. </div></div>
143 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a86940a4c06b29e89197d29e3febda499"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a86940a4c06b29e89197d29e3febda499">arm_compute::graph::NodeContext::target</a></div><div class="ttdeci">TargetHint target() const </div><div class="ttdoc">Returns the execution target of this node. </div></div>
144 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_a7db9a1c221b414ff11bd4a5b7b97ec8d"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#a7db9a1c221b414ff11bd4a5b7b97ec8d">arm_compute::graph::NodeContext::num_inputs</a></div><div class="ttdeci">size_t num_inputs() const </div><div class="ttdoc">Returns number of inputs. </div></div>
145 <div class="ttc" id="classarm__compute_1_1graph_1_1_node_context_xhtml_aede501005c91e527731f91d7b1093922"><div class="ttname"><a href="classarm__compute_1_1graph_1_1_node_context.xhtml#aede501005c91e527731f91d7b1093922">arm_compute::graph::NodeContext::operation</a></div><div class="ttdeci">OperationType operation() const </div><div class="ttdoc">Returns the operation of this node. </div></div>
146 </div><!-- fragment --></div><!-- contents -->
147 </div><!-- doc-content -->
148 <!-- start footer part -->
149 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
150   <ul>
151     <li class="navelem"><a class="el" href="dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="dir_99ae3712d1eecd2a93fc4d38b59a99ba.xhtml">graph</a></li><li class="navelem"><a class="el" href="_node_context_8h.xhtml">NodeContext.h</a></li>
152     <li class="footer">Generated on Fri Mar 2 2018 12:37:52 for Compute Library by
153     <a href="http://www.doxygen.org/index.html">
154     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
155   </ul>
156 </div>
157 </body>
158 </html>