aboutsummaryrefslogtreecommitdiff
path: root/22.08/globals_b.xhtml
blob: 88fcf3d9001cbbc0b8955ad6abe032c02f463b94 (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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!-- 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">22.08</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_b.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">
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div>

<h3><a id="index_b"></a>- b -</h3><ul>
<li>BackendFactory()
: <a class="el" href="_test_dynamic_backend_8cpp.xhtml#a6a075b7c32d5511f95903749eef44b22">TestDynamicBackend.cpp</a>
, <a class="el" href="_ref_dynamic_backend_8cpp.xhtml#a6a075b7c32d5511f95903749eef44b22">RefDynamicBackend.cpp</a>
, <a class="el" href="_sample_dynamic_backend_8cpp.xhtml#a6a075b7c32d5511f95903749eef44b22">SampleDynamicBackend.cpp</a>
, <a class="el" href="_sample_dynamic_backend_8hpp.xhtml#a6a075b7c32d5511f95903749eef44b22">SampleDynamicBackend.hpp</a>
, <a class="el" href="_ref_dynamic_backend_8hpp.xhtml#a6a075b7c32d5511f95903749eef44b22">RefDynamicBackend.hpp</a>
</li>
<li>BackendVersioningTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a8bafc3a98143bd2cef2748edb409aa54">DynamicBackendTests.hpp</a>
</li>
<li>BatchMatMul2DSimpleTest()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#ac541d5a0e6bedcfb78afa424019a3fff">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ac541d5a0e6bedcfb78afa424019a3fff">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a89086f933b8afb8eed2e7ea0bfe093bf">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ae025485efe7f6ae38e53ebe6ad638abb">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#abf543cf894055d6faca8279dd5548761">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a72b0de6f2ffa6d72b350718f23a7bf92">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#aa2eb920e7b1120a687358a697db637a0">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a8ae0264bd746ccd1b0f79b06cdd116d2">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a58f89edf401027632a20839a95c7c148">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a58f89edf401027632a20839a95c7c148">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a48ec1a237b7f19b172fb6107bdc31d39">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a82662393581e101eeb88b7ff81067071">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a273fe24b3a5cbd23f33f64f94033decc">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ad90d0da3235121e8d657d630e6cbde57">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a02b5602e41d796a48bf7db35f8b1a65c">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul2DTinyTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a0658edc8a5b0f9595edd24b0b05c4a0e">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a9ab9739499c1072967e974b59a3097ee">BatchMatMulTestImpl.cpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a9ab9739499c1072967e974b59a3097ee">BatchMatMulTestImpl.hpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#adb227883cc69f61325c25d0e98e9fac1">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a1cea38172548f01d06213fb36ca804d0">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a24e891f6dc2dede062ff6c128042147f">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a2eb987f0d17e5d1e0e1f727cc1fe5e84">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a4cc2146517014e6ea89a4e289c4c5d56">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3D2DBroadcastTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a12ced1532d5b0d28e61b856bb745471c">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#ab8beff22c50eca05a16fc7541332fed6">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ab8beff22c50eca05a16fc7541332fed6">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a5837b8b44366d2475f976da44904472f">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a2da48bd11c54379a820bd25d307ae04b">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a742f46e9a2657cc36d96de5402931841">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a2e5f4bbd4eb4306017708a3dbac09caa">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a21286a5ba34fdfa6602cec442a025fa0">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBatchTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ad43ec4f609252f0d3851bcc90478382e">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a57945c7f6c1346b92c0419e2a1cc8341">BatchMatMulTestImpl.cpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a57945c7f6c1346b92c0419e2a1cc8341">BatchMatMulTestImpl.hpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#afa045dda6be3f4e8e106e229e5433735">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a081e103d5c3a59c11b4a38a89e1f8aed">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a3f43cd6ae02b9fe31b9857abf99cd6dc">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a6e805a3039037a3bd25817ee500c19a8">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a64b075eede09b681fb4b9005d9d543c4">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DBroadcastTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a7a48a5e39ef910c699d3e969fe1c031d">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#afb755eee7624b3d112fbb714284e86d9">BatchMatMulTestImpl.cpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#afb755eee7624b3d112fbb714284e86d9">BatchMatMulTestImpl.hpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a1753c8f1b0818dcb373970184aa3d894">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a2d5f62cd50f592e3466128f4e87594ac">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a5507c61ec57124fe90e69e1be351697d">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a222c5adce213117685ca2c2c95933acf">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a8da726146c21833b959afaadd08b459c">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DNonSquareTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#af396207be9445950eb1d466af0095c59">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a1c63ad9e2eb15027434c126aa7713db7">BatchMatMulTestImpl.cpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a1c63ad9e2eb15027434c126aa7713db7">BatchMatMulTestImpl.hpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a0462ec5e67069c58f226c92ff68808f3">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a701b38a60d4382d839dcc33b5086ecbc">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a3eb54030757c9ea72572f86419242e23">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a8975d86a95e7c52b91b1b9118e67807a">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a1f0b3bf6132a9ffac1d17c94435bc119">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMul3DSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a8bf4ba4df0fbb6b14b991d956076b111">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a673a64837b30d9687d7208de6bbde3ac">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a673a64837b30d9687d7208de6bbde3ac">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ac5985e908f50a817c79d46034887546c">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a08a650015a85aec871546348e271297a">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a41a89e7a8aa39a12762a7c4e985f3821">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a08442ec4430c694ce8e6a05ba2bfb86b">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a19dce54d85fe2d3cf079217c1bcf223c">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNCHWSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a8c86706bd7aac8f7e5dd3f281e5cd425">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a7c059f34ba2b38ca71163c125c62b3fe">BatchMatMulTestImpl.cpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a7c059f34ba2b38ca71163c125c62b3fe">BatchMatMulTestImpl.hpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ae7292df3b1a02a2b9268deeb7235ecbe">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ab46c1ba916cc0e5d42ee2d05bb8be52e">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a77350bc9ee88246257dc5ea8a4eb89ba">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a625c01ce1046e834b170360270df59df">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ad914ea93286bdf77abb3ef165d8d8dc1">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNDHWCNHWCTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a2fe1b31972f9bed4fb6265c555af4fbd">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#af8b1fb1b21389a3af74692f7a75ba596">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#af8b1fb1b21389a3af74692f7a75ba596">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a9f7f7d77316c371951a2bb9d887a965d">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ac203ab6dfc3ba20087349ea46870694a">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a3568c7e65678dec4a74e7eaf8cad2852">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#aefafa26a7afe124cf87f7f41b74c4bc4">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#ace2020e2ef528167208766243747d68e">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulNHWCSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a64f81cea38becd184a88969d067f7b32">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchMatMulTestImpl()
: <a class="el" href="_batch_mat_mul_test_impl_8hpp.xhtml#a96b36cc9c55ba2f295119280d5d37378">BatchMatMulTestImpl.hpp</a>
, <a class="el" href="_batch_mat_mul_test_impl_8cpp.xhtml#a96b36cc9c55ba2f295119280d5d37378">BatchMatMulTestImpl.cpp</a>
</li>
<li>BatchNormFloat16NhwcTest()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#a22bfc4c479226d9b844e374d34cdbb21">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#a22bfc4c479226d9b844e374d34cdbb21">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchNormFloat16Test()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#a66306097520bd1b7a064f1b76cd4100b">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#a66306097520bd1b7a064f1b76cd4100b">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchNormFloat32NhwcTest()
: <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#a4fcbc56f59eb2024f846912cbc92622b">BatchNormalizationTestImpl.hpp</a>
, <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#a4fcbc56f59eb2024f846912cbc92622b">BatchNormalizationTestImpl.cpp</a>
</li>
<li>BatchNormFloat32Test()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#aa14c8756f74be01bacef39bcb85fa6e8">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#aa14c8756f74be01bacef39bcb85fa6e8">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchNormInt16NhwcTest()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#aa72195e53db1180ecce721ff83c19480">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#aa72195e53db1180ecce721ff83c19480">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchNormInt16Test()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#aded633c2a9fd6c778c11af1604703843">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#aded633c2a9fd6c778c11af1604703843">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchNormUint8NhwcTest()
: <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#a1d1b1f74e7df3f3097b94ba4f9d437cb">BatchNormalizationTestImpl.hpp</a>
, <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#a1d1b1f74e7df3f3097b94ba4f9d437cb">BatchNormalizationTestImpl.cpp</a>
</li>
<li>BatchNormUint8Test()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#aa7076e3baf52b2283390d6241a1000f4">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#aa7076e3baf52b2283390d6241a1000f4">BatchNormalizationTestImpl.hpp</a>
</li>
<li>BatchToSpaceInferOutputShapeTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#aae03eed4bebaa0196f549e0e9b81f164">InferOutputTests.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest1()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#aa85f7e7225e3102e06e01df5d16ca9e5">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest2()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#af032cf16409d40557f61dc97218a7086">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest3()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a39674052aef021dd5a84ce07428424c0">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest4()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#aedacc7f4dc9d581cf1eb6456deedcebc">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest5()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a737b5b30271bf6e8ae702f644e552916">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest6()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a5a6291e609af911013d68a7dc86ad3a9">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNchwTest7()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a0b7e0a3e3abc895be63a328d61c1e464">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest1()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#aed4854d161e30199d6c3d03cb24d95db">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest2()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#ab9b2c93a80ad6edb0a95ea2a8ed32312">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest3()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#aa95cf8484087b73303c4a1527089b9fc">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest4()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a9d52ad0174054e2eedfa7fbe486d8e37">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest5()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#aee8ad09d521f0075df74673c71b762f2">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest6()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a86dd3d219b421d244021fa419150df92">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BatchToSpaceNdNhwcTest7()
: <a class="el" href="_batch_to_space_nd_test_impl_8hpp.xhtml#a94a4474314e094807a6faa0f43fd87b5">BatchToSpaceNdTestImpl.hpp</a>
</li>
<li>BoundedReLuInt16Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a2f0f449bcba656f12e676c7554846626">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a2f0f449bcba656f12e676c7554846626">ActivationTestImpl.hpp</a>
</li>
<li>BoundedReLuTestCommon()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a33fddc51aba945a41434951110208da4">ActivationTestImpl.cpp</a>
</li>
<li>BoundedReLuUint8Test()
: <a class="el" href="_activation_test_impl_8hpp.xhtml#a7626b6618e36f9500ad66b6b12b7161d">ActivationTestImpl.hpp</a>
</li>
<li>BoundedReLuUint8UpperAndLowerBoundTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a6e6556796cdc26d6c2d55eab69cf6945">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#adc989d81c996f8c88a872e9de94274c8">ActivationTestImpl.hpp</a>
</li>
<li>BoundedReLuUint8UpperBoundOnlyTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a50acd207f416e7df36c17d333b9a0801">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a50acd207f416e7df36c17d333b9a0801">ActivationTestImpl.hpp</a>
</li>
<li>BoundedReLuUpperAndLowerBoundTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#ab265bbfc98785482a41bb9780b6858d0">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#ab265bbfc98785482a41bb9780b6858d0">ActivationTestImpl.hpp</a>
</li>
<li>BoundedReLuUpperBoundOnlyTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a73da7517b63c3a8ea6046124c258e158">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a73da7517b63c3a8ea6046124c258e158">ActivationTestImpl.hpp</a>
</li>
<li>BuildExecutor()
: <a class="el" href="_execute_network_8cpp.xhtml#ab1fa89dadcecf0e5780ea50b078a534e">ExecuteNetwork.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 Aug 19 2022 14:38:43 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>