blob: 8ca85a26333014a1425705888c34155e894b221a [file] [log] [blame]
Ryan OSheade36e4a2020-03-13 16:26:19 +00001<!-- Copyright (c) 2020 ARM Limited. -->
2<!-- -->
3<!-- SPDX-License-Identifier: MIT -->
4<!-- -->
5<!-- HTML header for doxygen 1.8.13-->
6<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7<html xmlns="http://www.w3.org/1999/xhtml">
8<head>
9<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10<meta http-equiv="X-UA-Compatible" content="IE=9"/>
11<meta name="generator" content="Doxygen 1.8.13"/>
12<meta name="robots" content="NOINDEX, NOFOLLOW" />
13<meta name="viewport" content="width=device-width, initial-scale=1"/>
14<title>ArmNN: ExecuteNetworkParams Struct Reference</title>
15<link href="tabs.css" rel="stylesheet" type="text/css"/>
16<script type="text/javascript" src="jquery.js"></script>
17<script type="text/javascript" src="dynsections.js"></script>
18<link href="navtree.css" rel="stylesheet" type="text/css"/>
19<script type="text/javascript" src="resize.js"></script>
20<script type="text/javascript" src="navtreedata.js"></script>
21<script type="text/javascript" src="navtree.js"></script>
22<script type="text/javascript">
23 $(document).ready(initResizable);
24</script>
25<link href="search/search.css" rel="stylesheet" type="text/css"/>
26<script type="text/javascript" src="search/searchdata.js"></script>
27<script type="text/javascript" src="search/search.js"></script>
28<script type="text/x-mathjax-config">
29 MathJax.Hub.Config({
30 extensions: ["tex2jax.js"],
31 jax: ["input/TeX","output/HTML-CSS"],
32});
33</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
34<link href="doxygen.css" rel="stylesheet" type="text/css" />
35<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
36</head>
37<body>
38<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
39<div id="titlearea">
40<table cellspacing="0" cellpadding="0">
41 <tbody>
42 <tr style="height: 56px;">
43 <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
44 <td style="padding-left: 0.5em;">
45 <div id="projectname">
46 &#160;<span id="projectnumber">20.02</span>
47 </div>
48 </td>
49 </tr>
50 </tbody>
51</table>
52</div>
53<!-- end header part -->
54<!-- Generated by Doxygen 1.8.13 -->
55<script type="text/javascript">
56var searchBox = new SearchBox("searchBox", "search",false,'Search');
57</script>
58<script type="text/javascript" src="menudata.js"></script>
59<script type="text/javascript" src="menu.js"></script>
60<script type="text/javascript">
61$(function() {
62 initMenu('',true,false,'search.php','Search');
63 $(document).ready(function() { init_search(); });
64});
65</script>
66<div id="main-nav"></div>
67</div><!-- top -->
68<div id="side-nav" class="ui-resizable side-nav-resizable">
69 <div id="nav-tree">
70 <div id="nav-tree-contents">
71 <div id="nav-sync" class="sync"></div>
72 </div>
73 </div>
74 <div id="splitbar" style="-moz-user-select:none;"
75 class="ui-resizable-handle">
76 </div>
77</div>
78<script type="text/javascript">
79$(document).ready(function(){initNavTree('struct_execute_network_params.xhtml','');});
80</script>
81<div id="doc-content">
82<!-- window showing the filter options -->
83<div id="MSearchSelectWindow"
84 onmouseover="return searchBox.OnSearchSelectShow()"
85 onmouseout="return searchBox.OnSearchSelectHide()"
86 onkeydown="return searchBox.OnSearchSelectKey(event)">
87</div>
88
89<!-- iframe showing the search results (closed by default) -->
90<div id="MSearchResultsWindow">
91<iframe src="javascript:void(0)" frameborder="0"
92 name="MSearchResults" id="MSearchResults">
93</iframe>
94</div>
95
96<div class="header">
97 <div class="summary">
98<a href="#pub-types">Public Types</a> &#124;
99<a href="#pub-attribs">Public Attributes</a> &#124;
100<a href="struct_execute_network_params-members.xhtml">List of all members</a> </div>
101 <div class="headertitle">
102<div class="title">ExecuteNetworkParams Struct Reference</div> </div>
103</div><!--header-->
104<div class="contents">
105
106<p><code>#include &lt;<a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>&gt;</code></p>
107<table class="memberdecls">
108<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
109Public Types</h2></td></tr>
110<tr class="memitem:a29ca0d7f3ce1cb59535aa4d09f7d1b37"><td class="memItemLeft" align="right" valign="top">using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a29ca0d7f3ce1cb59535aa4d09f7d1b37">TensorShapePtr</a> = std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_tensor_shape.xhtml">armnn::TensorShape</a> &gt;</td></tr>
111<tr class="separator:a29ca0d7f3ce1cb59535aa4d09f7d1b37"><td class="memSeparator" colspan="2">&#160;</td></tr>
112</table><table class="memberdecls">
113<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
114Public Attributes</h2></td></tr>
115<tr class="memitem:a44c7d128c41b2717fe425cf6fdc32936"><td class="memItemLeft" align="right" valign="top">const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a44c7d128c41b2717fe425cf6fdc32936">m_ModelPath</a></td></tr>
116<tr class="separator:a44c7d128c41b2717fe425cf6fdc32936"><td class="memSeparator" colspan="2">&#160;</td></tr>
117<tr class="memitem:a6bf2f586c403977d31c7d32d371918cf"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a6bf2f586c403977d31c7d32d371918cf">m_IsModelBinary</a></td></tr>
118<tr class="separator:a6bf2f586c403977d31c7d32d371918cf"><td class="memSeparator" colspan="2">&#160;</td></tr>
119<tr class="memitem:a2d54e6252c1c9a0e29f7706ba03b2b74"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="classarmnn_1_1_backend_id.xhtml">armnn::BackendId</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a2d54e6252c1c9a0e29f7706ba03b2b74">m_ComputeDevices</a></td></tr>
120<tr class="separator:a2d54e6252c1c9a0e29f7706ba03b2b74"><td class="memSeparator" colspan="2">&#160;</td></tr>
121<tr class="memitem:ae43cf4b5df0068ee6a9151c98947248b"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#ae43cf4b5df0068ee6a9151c98947248b">m_DynamicBackendsPath</a></td></tr>
122<tr class="separator:ae43cf4b5df0068ee6a9151c98947248b"><td class="memSeparator" colspan="2">&#160;</td></tr>
123<tr class="memitem:a155de45be27135e4c9b6b7df277d0b8f"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a155de45be27135e4c9b6b7df277d0b8f">m_InputNames</a></td></tr>
124<tr class="separator:a155de45be27135e4c9b6b7df277d0b8f"><td class="memSeparator" colspan="2">&#160;</td></tr>
125<tr class="memitem:a091cda9098c6f03f91f477a22327892d"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="struct_execute_network_params.xhtml#a29ca0d7f3ce1cb59535aa4d09f7d1b37">TensorShapePtr</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a091cda9098c6f03f91f477a22327892d">m_InputTensorShapes</a></td></tr>
126<tr class="separator:a091cda9098c6f03f91f477a22327892d"><td class="memSeparator" colspan="2">&#160;</td></tr>
127<tr class="memitem:a924e9ee22f0bf39f05e0c1b45e5c637b"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a924e9ee22f0bf39f05e0c1b45e5c637b">m_InputTensorDataFilePaths</a></td></tr>
128<tr class="separator:a924e9ee22f0bf39f05e0c1b45e5c637b"><td class="memSeparator" colspan="2">&#160;</td></tr>
129<tr class="memitem:a08c2e205fcf14f0caa44388f8314e7b5"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a08c2e205fcf14f0caa44388f8314e7b5">m_InputTypes</a></td></tr>
130<tr class="separator:a08c2e205fcf14f0caa44388f8314e7b5"><td class="memSeparator" colspan="2">&#160;</td></tr>
131<tr class="memitem:a077f6963fc555d9d42f98cf9ed3e7e03"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a077f6963fc555d9d42f98cf9ed3e7e03">m_QuantizeInput</a></td></tr>
132<tr class="separator:a077f6963fc555d9d42f98cf9ed3e7e03"><td class="memSeparator" colspan="2">&#160;</td></tr>
133<tr class="memitem:a71c32d9b0334a1561bb6d2db677755d6"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a71c32d9b0334a1561bb6d2db677755d6">m_OutputTypes</a></td></tr>
134<tr class="separator:a71c32d9b0334a1561bb6d2db677755d6"><td class="memSeparator" colspan="2">&#160;</td></tr>
135<tr class="memitem:a1a08c6c34dd3ce290b4bc62a715bb810"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a1a08c6c34dd3ce290b4bc62a715bb810">m_OutputNames</a></td></tr>
136<tr class="separator:a1a08c6c34dd3ce290b4bc62a715bb810"><td class="memSeparator" colspan="2">&#160;</td></tr>
137<tr class="memitem:a64c0a99d553c42d215c4b2f1a2f1c7d4"><td class="memItemLeft" align="right" valign="top">std::vector&lt; string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a64c0a99d553c42d215c4b2f1a2f1c7d4">m_OutputTensorFiles</a></td></tr>
138<tr class="separator:a64c0a99d553c42d215c4b2f1a2f1c7d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
139<tr class="memitem:a85929a48c5e7b16af8f5bc637e45a37f"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a85929a48c5e7b16af8f5bc637e45a37f">m_DequantizeOutput</a></td></tr>
140<tr class="separator:a85929a48c5e7b16af8f5bc637e45a37f"><td class="memSeparator" colspan="2">&#160;</td></tr>
141<tr class="memitem:a26d42007440bb01a1a6d0ab3b5a657ee"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a26d42007440bb01a1a6d0ab3b5a657ee">m_EnableProfiling</a></td></tr>
142<tr class="separator:a26d42007440bb01a1a6d0ab3b5a657ee"><td class="memSeparator" colspan="2">&#160;</td></tr>
143<tr class="memitem:a513151623e8d448951a0b94ad1946fbe"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a513151623e8d448951a0b94ad1946fbe">m_EnableFp16TurboMode</a></td></tr>
144<tr class="separator:a513151623e8d448951a0b94ad1946fbe"><td class="memSeparator" colspan="2">&#160;</td></tr>
145<tr class="memitem:a318999172ae5197f56326b12d29104b7"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a318999172ae5197f56326b12d29104b7">m_ThresholdTime</a></td></tr>
146<tr class="separator:a318999172ae5197f56326b12d29104b7"><td class="memSeparator" colspan="2">&#160;</td></tr>
147<tr class="memitem:a5acc5b4076604db15ee13ee19fa623c4"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a5acc5b4076604db15ee13ee19fa623c4">m_PrintIntermediate</a></td></tr>
148<tr class="separator:a5acc5b4076604db15ee13ee19fa623c4"><td class="memSeparator" colspan="2">&#160;</td></tr>
149<tr class="memitem:a2d4582aa74998c397bd064ae73745b62"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a2d4582aa74998c397bd064ae73745b62">m_SubgraphId</a></td></tr>
150<tr class="separator:a2d4582aa74998c397bd064ae73745b62"><td class="memSeparator" colspan="2">&#160;</td></tr>
151<tr class="memitem:a7efc68309e76bfefbfa16fe94501b060"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a7efc68309e76bfefbfa16fe94501b060">m_EnableLayerDetails</a> = <a class="el" href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></td></tr>
152<tr class="separator:a7efc68309e76bfefbfa16fe94501b060"><td class="memSeparator" colspan="2">&#160;</td></tr>
153<tr class="memitem:a99c7360a4d4b248b3f10607bc5d2fe7b"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a99c7360a4d4b248b3f10607bc5d2fe7b">m_GenerateTensorData</a></td></tr>
154<tr class="separator:a99c7360a4d4b248b3f10607bc5d2fe7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
155<tr class="memitem:a5c7f0c083da98e7b6e9ba79d2fcd985d"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_execute_network_params.xhtml#a5c7f0c083da98e7b6e9ba79d2fcd985d">m_ParseUnsupported</a> = <a class="el" href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></td></tr>
156<tr class="separator:a5c7f0c083da98e7b6e9ba79d2fcd985d"><td class="memSeparator" colspan="2">&#160;</td></tr>
157</table>
158<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
159<div class="textblock">
160<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00363">363</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
161</div><h2 class="groupheader">Member Typedef Documentation</h2>
162<a id="a29ca0d7f3ce1cb59535aa4d09f7d1b37"></a>
163<h2 class="memtitle"><span class="permalink"><a href="#a29ca0d7f3ce1cb59535aa4d09f7d1b37">&#9670;&nbsp;</a></span>TensorShapePtr</h2>
164
165<div class="memitem">
166<div class="memproto">
167 <table class="memname">
168 <tr>
169 <td class="memname">using <a class="el" href="struct_execute_network_params.xhtml#a29ca0d7f3ce1cb59535aa4d09f7d1b37">TensorShapePtr</a> = std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_tensor_shape.xhtml">armnn::TensorShape</a>&gt;</td>
170 </tr>
171 </table>
172</div><div class="memdoc">
173
174<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00365">365</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
175
176</div>
177</div>
178<h2 class="groupheader">Member Data Documentation</h2>
179<a id="a2d54e6252c1c9a0e29f7706ba03b2b74"></a>
180<h2 class="memtitle"><span class="permalink"><a href="#a2d54e6252c1c9a0e29f7706ba03b2b74">&#9670;&nbsp;</a></span>m_ComputeDevices</h2>
181
182<div class="memitem">
183<div class="memproto">
184 <table class="memname">
185 <tr>
186 <td class="memname">std::vector&lt;<a class="el" href="classarmnn_1_1_backend_id.xhtml">armnn::BackendId</a>&gt; m_ComputeDevices</td>
187 </tr>
188 </table>
189</div><div class="memdoc">
190
191<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00369">369</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
192
193<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
194
195</div>
196</div>
197<a id="a85929a48c5e7b16af8f5bc637e45a37f"></a>
198<h2 class="memtitle"><span class="permalink"><a href="#a85929a48c5e7b16af8f5bc637e45a37f">&#9670;&nbsp;</a></span>m_DequantizeOutput</h2>
199
200<div class="memitem">
201<div class="memproto">
202 <table class="memname">
203 <tr>
204 <td class="memname">bool m_DequantizeOutput</td>
205 </tr>
206 </table>
207</div><div class="memdoc">
208
209<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00379">379</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
210
211<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
212
213</div>
214</div>
215<a id="ae43cf4b5df0068ee6a9151c98947248b"></a>
216<h2 class="memtitle"><span class="permalink"><a href="#ae43cf4b5df0068ee6a9151c98947248b">&#9670;&nbsp;</a></span>m_DynamicBackendsPath</h2>
217
218<div class="memitem">
219<div class="memproto">
220 <table class="memname">
221 <tr>
222 <td class="memname">std::string m_DynamicBackendsPath</td>
223 </tr>
224 </table>
225</div><div class="memdoc">
226
227<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00370">370</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
228
229<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
230
231</div>
232</div>
233<a id="a513151623e8d448951a0b94ad1946fbe"></a>
234<h2 class="memtitle"><span class="permalink"><a href="#a513151623e8d448951a0b94ad1946fbe">&#9670;&nbsp;</a></span>m_EnableFp16TurboMode</h2>
235
236<div class="memitem">
237<div class="memproto">
238 <table class="memname">
239 <tr>
240 <td class="memname">bool m_EnableFp16TurboMode</td>
241 </tr>
242 </table>
243</div><div class="memdoc">
244
245<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00381">381</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
246
247<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
248
249</div>
250</div>
251<a id="a7efc68309e76bfefbfa16fe94501b060"></a>
252<h2 class="memtitle"><span class="permalink"><a href="#a7efc68309e76bfefbfa16fe94501b060">&#9670;&nbsp;</a></span>m_EnableLayerDetails</h2>
253
254<div class="memitem">
255<div class="memproto">
256 <table class="memname">
257 <tr>
258 <td class="memname">bool m_EnableLayerDetails = <a class="el" href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></td>
259 </tr>
260 </table>
261</div><div class="memdoc">
262
263<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00385">385</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
264
265<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
266
267</div>
268</div>
269<a id="a26d42007440bb01a1a6d0ab3b5a657ee"></a>
270<h2 class="memtitle"><span class="permalink"><a href="#a26d42007440bb01a1a6d0ab3b5a657ee">&#9670;&nbsp;</a></span>m_EnableProfiling</h2>
271
272<div class="memitem">
273<div class="memproto">
274 <table class="memname">
275 <tr>
276 <td class="memname">bool m_EnableProfiling</td>
277 </tr>
278 </table>
279</div><div class="memdoc">
280
281<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00380">380</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
282
283<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
284
285</div>
286</div>
287<a id="a99c7360a4d4b248b3f10607bc5d2fe7b"></a>
288<h2 class="memtitle"><span class="permalink"><a href="#a99c7360a4d4b248b3f10607bc5d2fe7b">&#9670;&nbsp;</a></span>m_GenerateTensorData</h2>
289
290<div class="memitem">
291<div class="memproto">
292 <table class="memname">
293 <tr>
294 <td class="memname">bool m_GenerateTensorData</td>
295 </tr>
296 </table>
297</div><div class="memdoc">
298
299<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00386">386</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
300
301<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
302
303</div>
304</div>
305<a id="a155de45be27135e4c9b6b7df277d0b8f"></a>
306<h2 class="memtitle"><span class="permalink"><a href="#a155de45be27135e4c9b6b7df277d0b8f">&#9670;&nbsp;</a></span>m_InputNames</h2>
307
308<div class="memitem">
309<div class="memproto">
310 <table class="memname">
311 <tr>
312 <td class="memname">std::vector&lt;string&gt; m_InputNames</td>
313 </tr>
314 </table>
315</div><div class="memdoc">
316
317<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00371">371</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
318
319<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
320
321</div>
322</div>
323<a id="a924e9ee22f0bf39f05e0c1b45e5c637b"></a>
324<h2 class="memtitle"><span class="permalink"><a href="#a924e9ee22f0bf39f05e0c1b45e5c637b">&#9670;&nbsp;</a></span>m_InputTensorDataFilePaths</h2>
325
326<div class="memitem">
327<div class="memproto">
328 <table class="memname">
329 <tr>
330 <td class="memname">std::vector&lt;string&gt; m_InputTensorDataFilePaths</td>
331 </tr>
332 </table>
333</div><div class="memdoc">
334
335<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00373">373</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
336
337<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
338
339</div>
340</div>
341<a id="a091cda9098c6f03f91f477a22327892d"></a>
342<h2 class="memtitle"><span class="permalink"><a href="#a091cda9098c6f03f91f477a22327892d">&#9670;&nbsp;</a></span>m_InputTensorShapes</h2>
343
344<div class="memitem">
345<div class="memproto">
346 <table class="memname">
347 <tr>
348 <td class="memname">std::vector&lt;<a class="el" href="struct_execute_network_params.xhtml#a29ca0d7f3ce1cb59535aa4d09f7d1b37">TensorShapePtr</a>&gt; m_InputTensorShapes</td>
349 </tr>
350 </table>
351</div><div class="memdoc">
352
353<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00372">372</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
354
355<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
356
357</div>
358</div>
359<a id="a08c2e205fcf14f0caa44388f8314e7b5"></a>
360<h2 class="memtitle"><span class="permalink"><a href="#a08c2e205fcf14f0caa44388f8314e7b5">&#9670;&nbsp;</a></span>m_InputTypes</h2>
361
362<div class="memitem">
363<div class="memproto">
364 <table class="memname">
365 <tr>
366 <td class="memname">std::vector&lt;string&gt; m_InputTypes</td>
367 </tr>
368 </table>
369</div><div class="memdoc">
370
371<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00374">374</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
372
373<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
374
375</div>
376</div>
377<a id="a6bf2f586c403977d31c7d32d371918cf"></a>
378<h2 class="memtitle"><span class="permalink"><a href="#a6bf2f586c403977d31c7d32d371918cf">&#9670;&nbsp;</a></span>m_IsModelBinary</h2>
379
380<div class="memitem">
381<div class="memproto">
382 <table class="memname">
383 <tr>
384 <td class="memname">bool m_IsModelBinary</td>
385 </tr>
386 </table>
387</div><div class="memdoc">
388
389<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00368">368</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
390
391<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
392
393</div>
394</div>
395<a id="a44c7d128c41b2717fe425cf6fdc32936"></a>
396<h2 class="memtitle"><span class="permalink"><a href="#a44c7d128c41b2717fe425cf6fdc32936">&#9670;&nbsp;</a></span>m_ModelPath</h2>
397
398<div class="memitem">
399<div class="memproto">
400 <table class="memname">
401 <tr>
402 <td class="memname">const char* m_ModelPath</td>
403 </tr>
404 </table>
405</div><div class="memdoc">
406
407<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00367">367</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
408
409<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
410
411</div>
412</div>
413<a id="a1a08c6c34dd3ce290b4bc62a715bb810"></a>
414<h2 class="memtitle"><span class="permalink"><a href="#a1a08c6c34dd3ce290b4bc62a715bb810">&#9670;&nbsp;</a></span>m_OutputNames</h2>
415
416<div class="memitem">
417<div class="memproto">
418 <table class="memname">
419 <tr>
420 <td class="memname">std::vector&lt;string&gt; m_OutputNames</td>
421 </tr>
422 </table>
423</div><div class="memdoc">
424
425<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00377">377</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
426
427<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
428
429</div>
430</div>
431<a id="a64c0a99d553c42d215c4b2f1a2f1c7d4"></a>
432<h2 class="memtitle"><span class="permalink"><a href="#a64c0a99d553c42d215c4b2f1a2f1c7d4">&#9670;&nbsp;</a></span>m_OutputTensorFiles</h2>
433
434<div class="memitem">
435<div class="memproto">
436 <table class="memname">
437 <tr>
438 <td class="memname">std::vector&lt;string&gt; m_OutputTensorFiles</td>
439 </tr>
440 </table>
441</div><div class="memdoc">
442
443<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00378">378</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
444
445<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
446
447</div>
448</div>
449<a id="a71c32d9b0334a1561bb6d2db677755d6"></a>
450<h2 class="memtitle"><span class="permalink"><a href="#a71c32d9b0334a1561bb6d2db677755d6">&#9670;&nbsp;</a></span>m_OutputTypes</h2>
451
452<div class="memitem">
453<div class="memproto">
454 <table class="memname">
455 <tr>
456 <td class="memname">std::vector&lt;string&gt; m_OutputTypes</td>
457 </tr>
458 </table>
459</div><div class="memdoc">
460
461<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00376">376</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
462
463<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
464
465</div>
466</div>
467<a id="a5c7f0c083da98e7b6e9ba79d2fcd985d"></a>
468<h2 class="memtitle"><span class="permalink"><a href="#a5c7f0c083da98e7b6e9ba79d2fcd985d">&#9670;&nbsp;</a></span>m_ParseUnsupported</h2>
469
470<div class="memitem">
471<div class="memproto">
472 <table class="memname">
473 <tr>
474 <td class="memname">bool m_ParseUnsupported = <a class="el" href="_ref_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></td>
475 </tr>
476 </table>
477</div><div class="memdoc">
478
479<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00387">387</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
480
481<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
482
483</div>
484</div>
485<a id="a5acc5b4076604db15ee13ee19fa623c4"></a>
486<h2 class="memtitle"><span class="permalink"><a href="#a5acc5b4076604db15ee13ee19fa623c4">&#9670;&nbsp;</a></span>m_PrintIntermediate</h2>
487
488<div class="memitem">
489<div class="memproto">
490 <table class="memname">
491 <tr>
492 <td class="memname">bool m_PrintIntermediate</td>
493 </tr>
494 </table>
495</div><div class="memdoc">
496
497<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00383">383</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
498
499<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
500
501</div>
502</div>
503<a id="a077f6963fc555d9d42f98cf9ed3e7e03"></a>
504<h2 class="memtitle"><span class="permalink"><a href="#a077f6963fc555d9d42f98cf9ed3e7e03">&#9670;&nbsp;</a></span>m_QuantizeInput</h2>
505
506<div class="memitem">
507<div class="memproto">
508 <table class="memname">
509 <tr>
510 <td class="memname">bool m_QuantizeInput</td>
511 </tr>
512 </table>
513</div><div class="memdoc">
514
515<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00375">375</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
516
517<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
518
519</div>
520</div>
521<a id="a2d4582aa74998c397bd064ae73745b62"></a>
522<h2 class="memtitle"><span class="permalink"><a href="#a2d4582aa74998c397bd064ae73745b62">&#9670;&nbsp;</a></span>m_SubgraphId</h2>
523
524<div class="memitem">
525<div class="memproto">
526 <table class="memname">
527 <tr>
528 <td class="memname">size_t m_SubgraphId</td>
529 </tr>
530 </table>
531</div><div class="memdoc">
532
533<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00384">384</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
534
535<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
536
537</div>
538</div>
539<a id="a318999172ae5197f56326b12d29104b7"></a>
540<h2 class="memtitle"><span class="permalink"><a href="#a318999172ae5197f56326b12d29104b7">&#9670;&nbsp;</a></span>m_ThresholdTime</h2>
541
542<div class="memitem">
543<div class="memproto">
544 <table class="memname">
545 <tr>
546 <td class="memname">double m_ThresholdTime</td>
547 </tr>
548 </table>
549</div><div class="memdoc">
550
551<p class="definition">Definition at line <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00382">382</a> of file <a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a>.</p>
552
553<p class="reference">Referenced by <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00391">MainImpl()</a>, and <a class="el" href="_network_execution_utils_8hpp_source.xhtml#l00537">RunTest()</a>.</p>
554
555</div>
556</div>
557<hr/>The documentation for this struct was generated from the following file:<ul>
558<li>tests/NetworkExecutionUtils/<a class="el" href="_network_execution_utils_8hpp_source.xhtml">NetworkExecutionUtils.hpp</a></li>
559</ul>
560</div><!-- contents -->
561</div><!-- doc-content -->
562<!-- start footer part -->
563<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
564 <ul>
565 <li class="navelem"><a class="el" href="struct_execute_network_params.xhtml">ExecuteNetworkParams</a></li>
566 <li class="footer">Generated on Fri Mar 13 2020 16:09:16 for ArmNN by
567 <a href="http://www.doxygen.org/index.html">
568 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
569 </ul>
570</div>
571</body>
572</html>