blob: 779183057160760900f4003bb34d95bfb925412b [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: src/backends/reference/workloads/RefWorkloads.hpp File 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('_ref_workloads_8hpp.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="headertitle">
98<div class="title">RefWorkloads.hpp File Reference</div> </div>
99</div><!--header-->
100<div class="contents">
101<div class="textblock"><code>#include &quot;<a class="el" href="_activation_8hpp_source.xhtml">Activation.hpp</a>&quot;</code><br />
102<code>#include &quot;<a class="el" href="_arg_min_max_8hpp_source.xhtml">ArgMinMax.hpp</a>&quot;</code><br />
103<code>#include &quot;<a class="el" href="_batch_norm_impl_8hpp_source.xhtml">BatchNormImpl.hpp</a>&quot;</code><br />
104<code>#include &quot;<a class="el" href="_conv_impl_8hpp_source.xhtml">ConvImpl.hpp</a>&quot;</code><br />
105<code>#include &quot;<a class="el" href="_concatenate_8hpp_source.xhtml">Concatenate.hpp</a>&quot;</code><br />
106<code>#include &quot;<a class="el" href="_elementwise_function_8hpp_source.xhtml">ElementwiseFunction.hpp</a>&quot;</code><br />
107<code>#include &quot;<a class="el" href="_fully_connected_8hpp_source.xhtml">FullyConnected.hpp</a>&quot;</code><br />
108<code>#include &quot;<a class="el" href="_gather_8hpp_source.xhtml">Gather.hpp</a>&quot;</code><br />
109<code>#include &quot;<a class="el" href="_pooling2d_8hpp_source.xhtml">Pooling2d.hpp</a>&quot;</code><br />
110<code>#include &quot;<a class="el" href="_ref_activation_workload_8hpp_source.xhtml">RefActivationWorkload.hpp</a>&quot;</code><br />
111<code>#include &quot;<a class="el" href="_ref_arg_min_max_workload_8hpp_source.xhtml">RefArgMinMaxWorkload.hpp</a>&quot;</code><br />
112<code>#include &quot;<a class="el" href="_ref_batch_normalization_workload_8hpp_source.xhtml">RefBatchNormalizationWorkload.hpp</a>&quot;</code><br />
113<code>#include &quot;<a class="el" href="_ref_batch_to_space_nd_workload_8hpp_source.xhtml">RefBatchToSpaceNdWorkload.hpp</a>&quot;</code><br />
114<code>#include &quot;<a class="el" href="_ref_comparison_workload_8hpp_source.xhtml">RefComparisonWorkload.hpp</a>&quot;</code><br />
115<code>#include &quot;<a class="el" href="_ref_convolution2d_workload_8hpp_source.xhtml">RefConvolution2dWorkload.hpp</a>&quot;</code><br />
116<code>#include &quot;<a class="el" href="_ref_constant_workload_8hpp_source.xhtml">RefConstantWorkload.hpp</a>&quot;</code><br />
117<code>#include &quot;<a class="el" href="_ref_concat_workload_8hpp_source.xhtml">RefConcatWorkload.hpp</a>&quot;</code><br />
118<code>#include &quot;<a class="el" href="_ref_convert_fp16_to_fp32_workload_8hpp_source.xhtml">RefConvertFp16ToFp32Workload.hpp</a>&quot;</code><br />
119<code>#include &quot;<a class="el" href="_ref_convert_fp32_to_fp16_workload_8hpp_source.xhtml">RefConvertFp32ToFp16Workload.hpp</a>&quot;</code><br />
120<code>#include &quot;<a class="el" href="_ref_debug_workload_8hpp_source.xhtml">RefDebugWorkload.hpp</a>&quot;</code><br />
121<code>#include &quot;<a class="el" href="_ref_depth_to_space_workload_8hpp_source.xhtml">RefDepthToSpaceWorkload.hpp</a>&quot;</code><br />
122<code>#include &quot;<a class="el" href="_ref_depthwise_convolution2d_workload_8hpp_source.xhtml">RefDepthwiseConvolution2dWorkload.hpp</a>&quot;</code><br />
123<code>#include &quot;<a class="el" href="_ref_dequantize_workload_8hpp_source.xhtml">RefDequantizeWorkload.hpp</a>&quot;</code><br />
124<code>#include &quot;<a class="el" href="_ref_detection_post_process_workload_8hpp_source.xhtml">RefDetectionPostProcessWorkload.hpp</a>&quot;</code><br />
125<code>#include &quot;<a class="el" href="_ref_elementwise_workload_8hpp_source.xhtml">RefElementwiseWorkload.hpp</a>&quot;</code><br />
126<code>#include &quot;<a class="el" href="_ref_elementwise_unary_workload_8hpp_source.xhtml">RefElementwiseUnaryWorkload.hpp</a>&quot;</code><br />
127<code>#include &quot;<a class="el" href="_ref_fully_connected_workload_8hpp_source.xhtml">RefFullyConnectedWorkload.hpp</a>&quot;</code><br />
128<code>#include &quot;<a class="el" href="_ref_floor_workload_8hpp_source.xhtml">RefFloorWorkload.hpp</a>&quot;</code><br />
129<code>#include &quot;<a class="el" href="_ref_fake_quantization_float32_workload_8hpp_source.xhtml">RefFakeQuantizationFloat32Workload.hpp</a>&quot;</code><br />
130<code>#include &quot;<a class="el" href="_ref_gather_workload_8hpp_source.xhtml">RefGatherWorkload.hpp</a>&quot;</code><br />
131<code>#include &quot;<a class="el" href="_ref_instance_normalization_workload_8hpp_source.xhtml">RefInstanceNormalizationWorkload.hpp</a>&quot;</code><br />
132<code>#include &quot;<a class="el" href="_ref_l2_normalization_workload_8hpp_source.xhtml">RefL2NormalizationWorkload.hpp</a>&quot;</code><br />
133<code>#include &quot;<a class="el" href="_ref_log_softmax_workload_8hpp_source.xhtml">RefLogSoftmaxWorkload.hpp</a>&quot;</code><br />
134<code>#include &quot;<a class="el" href="_ref_lstm_workload_8hpp_source.xhtml">RefLstmWorkload.hpp</a>&quot;</code><br />
135<code>#include &quot;<a class="el" href="_ref_mean_workload_8hpp_source.xhtml">RefMeanWorkload.hpp</a>&quot;</code><br />
136<code>#include &quot;<a class="el" href="_ref_normalization_workload_8hpp_source.xhtml">RefNormalizationWorkload.hpp</a>&quot;</code><br />
137<code>#include &quot;<a class="el" href="_ref_pooling2d_workload_8hpp_source.xhtml">RefPooling2dWorkload.hpp</a>&quot;</code><br />
138<code>#include &quot;<a class="el" href="_ref_permute_workload_8hpp_source.xhtml">RefPermuteWorkload.hpp</a>&quot;</code><br />
139<code>#include &quot;<a class="el" href="_ref_pad_workload_8hpp_source.xhtml">RefPadWorkload.hpp</a>&quot;</code><br />
140<code>#include &quot;<a class="el" href="_ref_prelu_workload_8hpp_source.xhtml">RefPreluWorkload.hpp</a>&quot;</code><br />
141<code>#include &quot;<a class="el" href="_ref_quantize_workload_8hpp_source.xhtml">RefQuantizeWorkload.hpp</a>&quot;</code><br />
142<code>#include &quot;<a class="el" href="_ref_reshape_workload_8hpp_source.xhtml">RefReshapeWorkload.hpp</a>&quot;</code><br />
143<code>#include &quot;<a class="el" href="_ref_resize_bilinear_workload_8hpp_source.xhtml">RefResizeBilinearWorkload.hpp</a>&quot;</code><br />
144<code>#include &quot;<a class="el" href="_ref_resize_workload_8hpp_source.xhtml">RefResizeWorkload.hpp</a>&quot;</code><br />
145<code>#include &quot;<a class="el" href="_ref_slice_workload_8hpp_source.xhtml">RefSliceWorkload.hpp</a>&quot;</code><br />
146<code>#include &quot;<a class="el" href="_ref_splitter_workload_8hpp_source.xhtml">RefSplitterWorkload.hpp</a>&quot;</code><br />
147<code>#include &quot;<a class="el" href="_ref_softmax_workload_8hpp_source.xhtml">RefSoftmaxWorkload.hpp</a>&quot;</code><br />
148<code>#include &quot;<a class="el" href="_ref_space_to_batch_nd_workload_8hpp_source.xhtml">RefSpaceToBatchNdWorkload.hpp</a>&quot;</code><br />
149<code>#include &quot;<a class="el" href="_ref_stack_workload_8hpp_source.xhtml">RefStackWorkload.hpp</a>&quot;</code><br />
150<code>#include &quot;<a class="el" href="_ref_strided_slice_workload_8hpp_source.xhtml">RefStridedSliceWorkload.hpp</a>&quot;</code><br />
151<code>#include &quot;<a class="el" href="_ref_space_to_depth_workload_8hpp_source.xhtml">RefSpaceToDepthWorkload.hpp</a>&quot;</code><br />
152<code>#include &quot;<a class="el" href="_ref_transpose_convolution2d_workload_8hpp_source.xhtml">RefTransposeConvolution2dWorkload.hpp</a>&quot;</code><br />
153<code>#include &quot;<a class="el" href="_ref_transpose_workload_8hpp_source.xhtml">RefTransposeWorkload.hpp</a>&quot;</code><br />
154<code>#include &quot;<a class="el" href="_ref_workload_utils_8hpp_source.xhtml">RefWorkloadUtils.hpp</a>&quot;</code><br />
155<code>#include &quot;<a class="el" href="_resize_8hpp_source.xhtml">Resize.hpp</a>&quot;</code><br />
156<code>#include &quot;<a class="el" href="_softmax_8hpp_source.xhtml">Softmax.hpp</a>&quot;</code><br />
157<code>#include &quot;<a class="el" href="_splitter_8hpp_source.xhtml">Splitter.hpp</a>&quot;</code><br />
158<code>#include &quot;<a class="el" href="_tensor_buffer_array_view_8hpp_source.xhtml">TensorBufferArrayView.hpp</a>&quot;</code><br />
159</div>
160<p><a href="_ref_workloads_8hpp_source.xhtml">Go to the source code of this file.</a></p>
161</div><!-- contents -->
162</div><!-- doc-content -->
163<!-- start footer part -->
164<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
165 <ul>
166 <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_0f3cdec46afbc61a1ded8e1687c9c9a0.xhtml">backends</a></li><li class="navelem"><a class="el" href="dir_efae4012d0e357ebeaba7d02491d70e5.xhtml">reference</a></li><li class="navelem"><a class="el" href="dir_d2f3b8e2e64df3181ebe92efcc0a3012.xhtml">workloads</a></li><li class="navelem"><a class="el" href="_ref_workloads_8hpp.xhtml">RefWorkloads.hpp</a></li>
167 <li class="footer">Generated on Fri Mar 13 2020 16:09:15 for ArmNN by
168 <a href="http://www.doxygen.org/index.html">
169 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
170 </ul>
171</div>
172</body>
173</html>