aboutsummaryrefslogtreecommitdiff
path: root/21.02/globals_func_g.xhtml
blob: f0caf853b73ea2e51fa20128018d9d1b597fca50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!-- 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: File Members</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">21.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('globals_func_g.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="contents">
&#160;

<h3><a id="index_g"></a>- g -</h3><ul>
<li>Gather1dParamsFloat16Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a0298a058af75c12f47204bcfda3d22c7">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a0298a058af75c12f47204bcfda3d22c7">GatherTestImpl.hpp</a>
</li>
<li>Gather1dParamsFloat32Test()
: <a class="el" href="_gather_test_impl_8hpp.xhtml#a46a8c184be60c1ea18b2021772cf3b82">GatherTestImpl.hpp</a>
, <a class="el" href="_gather_test_impl_8cpp.xhtml#a46a8c184be60c1ea18b2021772cf3b82">GatherTestImpl.cpp</a>
</li>
<li>Gather1dParamsInt16Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a5e44ff8a64511b436513a484cb608084">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a5e44ff8a64511b436513a484cb608084">GatherTestImpl.hpp</a>
</li>
<li>Gather1dParamsInt32Test()
: <a class="el" href="_gather_test_impl_8hpp.xhtml#a6f5af85165ef0c18a9a0e0011ab9fc10">GatherTestImpl.hpp</a>
, <a class="el" href="_gather_test_impl_8cpp.xhtml#a6f5af85165ef0c18a9a0e0011ab9fc10">GatherTestImpl.cpp</a>
</li>
<li>Gather1dParamsUint8Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a7b400b7f9c064495a1d30b9ce0d22bae">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a7b400b7f9c064495a1d30b9ce0d22bae">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsFloat16Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a9b4539de37fdf1dce9635a0a2db0e88c">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a9b4539de37fdf1dce9635a0a2db0e88c">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsFloat32Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#aaa4ae68776c678e111deb9571e7bcb39">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#aaa4ae68776c678e111deb9571e7bcb39">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsInt16Test()
: <a class="el" href="_gather_test_impl_8hpp.xhtml#ae3896c1bf04398a089ed7caeba5eb6f2">GatherTestImpl.hpp</a>
, <a class="el" href="_gather_test_impl_8cpp.xhtml#ae3896c1bf04398a089ed7caeba5eb6f2">GatherTestImpl.cpp</a>
</li>
<li>GatherMultiDimParamsInt32Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a3a03c21ed482e52be51fc5cff7799972">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a3a03c21ed482e52be51fc5cff7799972">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsMultiDimIndicesFloat16Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#aa39da880288b42e9ef84d697f446738c">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#aa39da880288b42e9ef84d697f446738c">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsMultiDimIndicesFloat32Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#ae22147023d572516e1ecc7ab1de68f3d">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#ae22147023d572516e1ecc7ab1de68f3d">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsMultiDimIndicesInt16Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#ae0345c95eb9a52e6098e16a75d268bb0">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#ae0345c95eb9a52e6098e16a75d268bb0">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsMultiDimIndicesInt32Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#ae85a50f08e1c70e1484d99f310bfb195">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#ae85a50f08e1c70e1484d99f310bfb195">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsMultiDimIndicesUint8Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#aa928e0b79d9773105ea59258c627bd7c">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#aa928e0b79d9773105ea59258c627bd7c">GatherTestImpl.hpp</a>
</li>
<li>GatherMultiDimParamsUint8Test()
: <a class="el" href="_gather_test_impl_8cpp.xhtml#a22df26b6f2a056897f4638659515996f">GatherTestImpl.cpp</a>
, <a class="el" href="_gather_test_impl_8hpp.xhtml#a22df26b6f2a056897f4638659515996f">GatherTestImpl.hpp</a>
</li>
<li>Generate3dPermuteVectorForConcat()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#abd92409a35f1f4c41ee52c7471936fd8">ConcatTestImpl.cpp</a>
</li>
<li>GenerateDummyTensorData()
: <a class="el" href="_network_execution_utils_8cpp.xhtml#a58bdd8fd6eb07e445789f5cc3880301a">NetworkExecutionUtils.cpp</a>
</li>
<li>GetBackendId()
: <a class="el" href="_test_dynamic_backend_8cpp.xhtml#adaff295134ed2825ae43a8e9281b6f2a">TestDynamicBackend.cpp</a>
, <a class="el" href="_ref_dynamic_backend_8cpp.xhtml#adaff295134ed2825ae43a8e9281b6f2a">RefDynamicBackend.cpp</a>
, <a class="el" href="_ref_dynamic_backend_8hpp.xhtml#adaff295134ed2825ae43a8e9281b6f2a">RefDynamicBackend.hpp</a>
, <a class="el" href="_sample_dynamic_backend_8cpp.xhtml#adaff295134ed2825ae43a8e9281b6f2a">SampleDynamicBackend.cpp</a>
, <a class="el" href="_sample_dynamic_backend_8hpp.xhtml#adaff295134ed2825ae43a8e9281b6f2a">SampleDynamicBackend.hpp</a>
</li>
<li>GetBackendIDs()
: <a class="el" href="_execute_network_program_options_8cpp.xhtml#ae6dc4c83daaf027ae1e1948bac9d7f54">ExecuteNetworkProgramOptions.cpp</a>
</li>
<li>GetBackendPathsOverrideTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ab9633d2df7bd3d53a0d6e4d763ec8baf">DynamicBackendTests.hpp</a>
</li>
<li>GetBackendPathsTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a48a0ac943ae30935f6d32625bee457f8">DynamicBackendTests.hpp</a>
</li>
<li>GetBasePath()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a1ccc02805f5cdcbc45c6c548b5e4c29a">DynamicBackendTests.hpp</a>
</li>
<li>GetBias()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a3481304dfd3e941b809c64979b940ad5">Conv2dTestImpl.cpp</a>
</li>
<li>GetBias2()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ad80bc46727797692d35f94d5935469cb">Conv2dTestImpl.cpp</a>
</li>
<li>GetBias4()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa794621b8665d1df93a1c9aa95d5a90d">Conv2dTestImpl.cpp</a>
</li>
<li>GetBias8()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae04bff4e44deed6908feae29e57ffe0c">Conv2dTestImpl.cpp</a>
</li>
<li>GetDynamicBackendsBasePath()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a232b6171adb0f163b616059ba9ddab07">DynamicBackendTests.hpp</a>
</li>
<li>GetFirstLayerWithName()
: <a class="el" href="_graph_utils_8cpp.xhtml#a5f17e02e0054dac0a691685a0464ed36">GraphUtils.cpp</a>
, <a class="el" href="_graph_utils_8hpp.xhtml#a5f17e02e0054dac0a691685a0464ed36">GraphUtils.hpp</a>
</li>
<li>GetImageDataAsNormalizedFloats()
: <a class="el" href="_inference_test_image_8cpp.xhtml#a0b39a9dcbed4124b88b7b58f5d77096f">InferenceTestImage.cpp</a>
, <a class="el" href="_inference_test_image_8hpp.xhtml#a0b39a9dcbed4124b88b7b58f5d77096f">InferenceTestImage.hpp</a>
</li>
<li>GetImageDataInArmNnLayoutAsFloats()
: <a class="el" href="_inference_test_image_8cpp.xhtml#ada9c94c9ae0a7082f648f75f50d57be1">InferenceTestImage.cpp</a>
</li>
<li>GetImageDataInArmNnLayoutAsFloatsSubtractingMean()
: <a class="el" href="_inference_test_image_8cpp.xhtml#a16f15d88afcc9c6bba231cc72bdd8cbf">InferenceTestImage.cpp</a>
, <a class="el" href="_inference_test_image_8hpp.xhtml#a16f15d88afcc9c6bba231cc72bdd8cbf">InferenceTestImage.hpp</a>
</li>
<li>GetImageDataInArmNnLayoutAsNormalizedFloats()
: <a class="el" href="_inference_test_image_8cpp.xhtml#a3f8ac82c346c723f775a383d22239182">InferenceTestImage.cpp</a>
, <a class="el" href="_inference_test_image_8hpp.xhtml#a3f8ac82c346c723f775a383d22239182">InferenceTestImage.hpp</a>
</li>
<li>GetLabelsFilenameFromOptions()
: <a class="el" href="_tf_lite_mobilenet_quantized-_armnn_8cpp.xhtml#a53f4919d2fd18eccaa17afc9994f002a">TfLiteMobilenetQuantized-Armnn.cpp</a>
</li>
<li>GetNameMangledEntryPointTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a7d05c0a2fbb1faaeb5d98aa10bfa5cbf">DynamicBackendTests.hpp</a>
</li>
<li>GetNoExternEntryPointTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a2ea23607d9c0b55b90744e9e5f74e7f2">DynamicBackendTests.hpp</a>
</li>
<li>GetNormalizationParameters()
: <a class="el" href="_image_tensor_generator_8hpp.xhtml#a572494250ece8d94b68ea490d0bf46e4">ImageTensorGenerator.hpp</a>
</li>
<li>GetNotExistingEntryPointTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ad4a311ecf0fe6057c01ed11b2df4ed15">DynamicBackendTests.hpp</a>
</li>
<li>GetOptionValue()
: <a class="el" href="_execute_network_program_options_8cpp.xhtml#a4569feeee2fd322e2af478e2d77a531c">ExecuteNetworkProgramOptions.cpp</a>
</li>
<li>GetSharedObjectsTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a736bd70a8662a4f3679054a2b2cfaa11">DynamicBackendTests.hpp</a>
</li>
<li>GetSoftmaxProfilerJson()
: <a class="el" href="_json_printer_test_impl_8cpp.xhtml#a0fec737485d8eb1f20ff70c13a4126d8">JsonPrinterTestImpl.cpp</a>
</li>
<li>GetStreamMetaDataPacketSize()
: <a class="el" href="_profiling_test_utils_8cpp.xhtml#aa449021ed1a9de7abcdbd0ca903577db">ProfilingTestUtils.cpp</a>
, <a class="el" href="_profiling_test_utils_8hpp.xhtml#aa449021ed1a9de7abcdbd0ca903577db">ProfilingTestUtils.hpp</a>
</li>
<li>GetSuitableBackendRegistered()
: <a class="el" href="_profiling_test_utils_8cpp.xhtml#ae64165cd8af458ef4a8634c51892ef08">ProfilingTestUtils.cpp</a>
, <a class="el" href="_profiling_test_utils_8hpp.xhtml#ae64165cd8af458ef4a8634c51892ef08">ProfilingTestUtils.hpp</a>
</li>
<li>GetTensorShapeAsArray()
: <a class="el" href="_layer_test_result_8hpp.xhtml#ae0f8e7277a6e4c91446af326de42b811">LayerTestResult.hpp</a>
</li>
<li>GetTestDirectoryBasePath()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#aaa09188eec988bf3318fbcff3d07dd97">DynamicBackendTests.hpp</a>
</li>
<li>GetTestFilePath()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ad01ee94919c8ecfba3b9e4fe89ed6bbe">DynamicBackendTests.hpp</a>
</li>
<li>GetTestSubDirectory()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#aa21b882f38be6940c5c0515db9b69508">DynamicBackendTests.hpp</a>
</li>
<li>GetValidEntryPointTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a2384b592a8946dc96a1ea116d86993bf">DynamicBackendTests.hpp</a>
</li>
<li>GetVersion()
: <a class="el" href="_test_dynamic_backend_8cpp.xhtml#aa8f09f94b0356f870c9bdb9c594cddfc">TestDynamicBackend.cpp</a>
, <a class="el" href="_ref_dynamic_backend_8hpp.xhtml#aa8f09f94b0356f870c9bdb9c594cddfc">RefDynamicBackend.hpp</a>
, <a class="el" href="_sample_dynamic_backend_8cpp.xhtml#aa8f09f94b0356f870c9bdb9c594cddfc">SampleDynamicBackend.cpp</a>
, <a class="el" href="_sample_dynamic_backend_8hpp.xhtml#aa8f09f94b0356f870c9bdb9c594cddfc">SampleDynamicBackend.hpp</a>
, <a class="el" href="_ref_dynamic_backend_8cpp.xhtml#aa8f09f94b0356f870c9bdb9c594cddfc">RefDynamicBackend.cpp</a>
</li>
<li>GraphHasNamedLayer()
: <a class="el" href="_graph_utils_8hpp.xhtml#ac73a43305233b7e5f70debdb2d14a8d3">GraphUtils.hpp</a>
, <a class="el" href="_graph_utils_8cpp.xhtml#ac73a43305233b7e5f70debdb2d14a8d3">GraphUtils.cpp</a>
</li>
<li>GreaterBroadcast1dVectorFloat16Test()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#ab52896465a1f078b2833fbd4cafc8864">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#ab52896465a1f078b2833fbd4cafc8864">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterBroadcast1dVectorTest()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#aa514a2bd2baac5defc1b46eeac1d273b">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#aa514a2bd2baac5defc1b46eeac1d273b">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterBroadcast1dVectorUint8Test()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#acaa6a2b8cd4ed7551397111e14bc4bae">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#acaa6a2b8cd4ed7551397111e14bc4bae">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterBroadcast1ElementFloat16Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a833a95ed2bcd611e9503b5823a4624ad">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a833a95ed2bcd611e9503b5823a4624ad">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterBroadcast1ElementTest()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a61af3b16b5e3a097460163c429930f43">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a61af3b16b5e3a097460163c429930f43">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterBroadcast1ElementUint8Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a21d31885c6fe6a340cc0d6d3b1371124">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a21d31885c6fe6a340cc0d6d3b1371124">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterOrEqualBroadcast1dVectorFloat16Test()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#af9d979fd83a13eaa86ded08f632ac29e">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#af9d979fd83a13eaa86ded08f632ac29e">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterOrEqualBroadcast1dVectorTest()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#a7a436a28cde062fb1e7bb5c8d08edbd0">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#a7a436a28cde062fb1e7bb5c8d08edbd0">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterOrEqualBroadcast1dVectorUint8Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a69c813c952e47669c8d3cfa21ed0f2a3">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a69c813c952e47669c8d3cfa21ed0f2a3">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterOrEqualBroadcast1ElementFloat16Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a98fb30cd2a40f84c1a9ea29b7606857a">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a98fb30cd2a40f84c1a9ea29b7606857a">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterOrEqualBroadcast1ElementTest()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#aabc630d91335c6dfafbeac571afb6ccb">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#aabc630d91335c6dfafbeac571afb6ccb">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterOrEqualBroadcast1ElementUint8Test()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#a870d6847e8bbf66f96353118f3a343b1">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#a870d6847e8bbf66f96353118f3a343b1">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterOrEqualSimpleFloat16Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a0a9fd1e643e6472c6e5a78353f5067d5">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a0a9fd1e643e6472c6e5a78353f5067d5">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterOrEqualSimpleTest()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#a26149ca8ea27196c868aff2ccf59d6e6">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#a26149ca8ea27196c868aff2ccf59d6e6">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterOrEqualSimpleUint8Test()
: <a class="el" href="_comparison_test_impl_8cpp.xhtml#a0839f274000551c2646d3039105190ae">ComparisonTestImpl.cpp</a>
, <a class="el" href="_comparison_test_impl_8hpp.xhtml#a0839f274000551c2646d3039105190ae">ComparisonTestImpl.hpp</a>
</li>
<li>GreaterSimpleFloat16Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#aa8b8f5d705317e1a7f7530dd2e7987a0">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#aa8b8f5d705317e1a7f7530dd2e7987a0">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterSimpleTest()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a45d9c3a12963c35f60741eacc077ed97">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a45d9c3a12963c35f60741eacc077ed97">ComparisonTestImpl.cpp</a>
</li>
<li>GreaterSimpleUint8Test()
: <a class="el" href="_comparison_test_impl_8hpp.xhtml#a5104ccaff55b0c7c4af1628c996146bf">ComparisonTestImpl.hpp</a>
, <a class="el" href="_comparison_test_impl_8cpp.xhtml#a5104ccaff55b0c7c4af1628c996146bf">ComparisonTestImpl.cpp</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Fri Mar 19 2021 15:26:16 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>