blob: 219c97464f800cf720f32cbee9e09ba52986911d [file] [log] [blame]
Ryan OSheade36e4a2020-03-13 16:26:19 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<meta name="generator" content="Doxygen 1.8.13"/>
7<meta name="viewport" content="width=device-width, initial-scale=1"/>
8<title>ArmNN: WorkloadInfo Struct Reference</title>
9<link href="tabs.css" rel="stylesheet" type="text/css"/>
10<script type="text/javascript" src="jquery.js"></script>
11<script type="text/javascript" src="dynsections.js"></script>
12<link href="navtree.css" rel="stylesheet" type="text/css"/>
13<script type="text/javascript" src="resize.js"></script>
14<script type="text/javascript" src="navtreedata.js"></script>
15<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17 $(document).ready(initResizable);
18</script>
19<link href="search/search.css" rel="stylesheet" type="text/css"/>
20<script type="text/javascript" src="search/searchdata.js"></script>
21<script type="text/javascript" src="search/search.js"></script>
22<link href="doxygen.css" rel="stylesheet" type="text/css" />
23</head>
24<body>
25<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
26<div id="titlearea">
27<table cellspacing="0" cellpadding="0">
28 <tbody>
29 <tr style="height: 56px;">
30 <td id="projectalign" style="padding-left: 0.5em;">
31 <div id="projectname">ArmNN
32 &#160;<span id="projectnumber">NotReleased</span>
33 </div>
34 </td>
35 </tr>
36 </tbody>
37</table>
38</div>
39<!-- end header part -->
40<!-- Generated by Doxygen 1.8.13 -->
41<script type="text/javascript">
42var searchBox = new SearchBox("searchBox", "search",false,'Search');
43</script>
44<script type="text/javascript" src="menudata.js"></script>
45<script type="text/javascript" src="menu.js"></script>
46<script type="text/javascript">
47$(function() {
48 initMenu('',true,false,'search.php','Search');
49 $(document).ready(function() { init_search(); });
50});
51</script>
52<div id="main-nav"></div>
53</div><!-- top -->
54<div id="side-nav" class="ui-resizable side-nav-resizable">
55 <div id="nav-tree">
56 <div id="nav-tree-contents">
57 <div id="nav-sync" class="sync"></div>
58 </div>
59 </div>
60 <div id="splitbar" style="-moz-user-select:none;"
61 class="ui-resizable-handle">
62 </div>
63</div>
64<script type="text/javascript">
65$(document).ready(function(){initNavTree('structarmnn_1_1_workload_info.html','');});
66</script>
67<div id="doc-content">
68<!-- window showing the filter options -->
69<div id="MSearchSelectWindow"
70 onmouseover="return searchBox.OnSearchSelectShow()"
71 onmouseout="return searchBox.OnSearchSelectHide()"
72 onkeydown="return searchBox.OnSearchSelectKey(event)">
73</div>
74
75<!-- iframe showing the search results (closed by default) -->
76<div id="MSearchResultsWindow">
77<iframe src="javascript:void(0)" frameborder="0"
78 name="MSearchResults" id="MSearchResults">
79</iframe>
80</div>
81
82<div class="header">
83 <div class="summary">
84<a href="#pub-attribs">Public Attributes</a> &#124;
85<a href="structarmnn_1_1_workload_info-members.html">List of all members</a> </div>
86 <div class="headertitle">
87<div class="title">WorkloadInfo Struct Reference</div> </div>
88</div><!--header-->
89<div class="contents">
90
91<p><code>#include &lt;<a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a>&gt;</code></p>
92<table class="memberdecls">
93<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
94Public Attributes</h2></td></tr>
95<tr class="memitem:ac97905bfa0daab357b91df1347600309"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_workload_info.html#ac97905bfa0daab357b91df1347600309">m_InputTensorInfos</a></td></tr>
96<tr class="separator:ac97905bfa0daab357b91df1347600309"><td class="memSeparator" colspan="2">&#160;</td></tr>
97<tr class="memitem:a67b178f8a836bc1e52b8de109760adfd"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_workload_info.html#a67b178f8a836bc1e52b8de109760adfd">m_OutputTensorInfos</a></td></tr>
98<tr class="separator:a67b178f8a836bc1e52b8de109760adfd"><td class="memSeparator" colspan="2">&#160;</td></tr>
99</table>
100<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
101<div class="textblock"><p>Contains information about inputs and outputs to a layer. This is needed at construction of workloads, but are not stored. </p>
102
103<p class="definition">Definition at line <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html#l00016">16</a> of file <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a>.</p>
104</div><h2 class="groupheader">Member Data Documentation</h2>
105<a id="ac97905bfa0daab357b91df1347600309"></a>
106<h2 class="memtitle"><span class="permalink"><a href="#ac97905bfa0daab357b91df1347600309">&#9670;&nbsp;</a></span>m_InputTensorInfos</h2>
107
108<div class="memitem">
109<div class="memproto">
110 <table class="memname">
111 <tr>
112 <td class="memname">std::vector&lt;<a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a>&gt; m_InputTensorInfos</td>
113 </tr>
114 </table>
115</div><div class="memdoc">
116
117<p class="definition">Definition at line <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html#l00018">18</a> of file <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a>.</p>
118
119<p class="reference">Referenced by <a class="el" href="_cl_arg_min_max_workload_8cpp_source.html#l00054">ClArgMinMaxWorkload::ClArgMinMaxWorkload()</a>, <a class="el" href="_cl_softmax_float_workload_8cpp_source.html#l00016">ClSoftmaxFloatWorkload::ClSoftmaxFloatWorkload()</a>, <a class="el" href="_cl_softmax_uint8_workload_8cpp_source.html#l00016">ClSoftmaxUint8Workload::ClSoftmaxUint8Workload()</a>, <a class="el" href="_cl_strided_slice_workload_8cpp_source.html#l00054">ClStridedSliceWorkload::ClStridedSliceWorkload()</a>, <a class="el" href="_layer_8hpp_source.html#l00329">Layer::CollectQueueDescriptorInputs()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00313">RefWorkloadFactory::CreateInput()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00414">RefWorkloadFactory::CreateOutput()</a>, <a class="el" href="_loaded_network_8cpp_source.html#l00412">LoadedNetwork::EnqueueWorkload()</a>, <a class="el" href="_workload_8hpp_source.html#l00134">FirstInputTypedWorkload&lt; QueueDescriptor, DataType &gt;::FirstInputTypedWorkload()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00025">armnn::GetBiasDataType()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00032">armnn::IsDataType()</a>, <a class="el" href="_workload_8hpp_source.html#l00109">MultiTypedWorkload&lt; GreaterQueueDescriptor, T, DataType::Boolean &gt;::MultiTypedWorkload()</a>, <a class="el" href="_neon_arg_min_max_workload_8cpp_source.html#l00053">NeonArgMinMaxWorkload::NeonArgMinMaxWorkload()</a>, <a class="el" href="_neon_normalization_float_workload_8cpp_source.html#l00059">NeonNormalizationFloatWorkload::NeonNormalizationFloatWorkload()</a>, <a class="el" href="_neon_softmax_float_workload_8cpp_source.html#l00016">NeonSoftmaxFloatWorkload::NeonSoftmaxFloatWorkload()</a>, <a class="el" href="_neon_softmax_uint8_workload_8cpp_source.html#l00016">NeonSoftmaxUint8Workload::NeonSoftmaxUint8Workload()</a>, <a class="el" href="_neon_strided_slice_workload_8cpp_source.html#l00047">NeonStridedSliceWorkload::NeonStridedSliceWorkload()</a>, <a class="el" href="_workload_8hpp_source.html#l00056">TypedWorkload&lt; DebugQueueDescriptor, DataType &gt;::TypedWorkload()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00467">MemCopyQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00504">MemImportQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00676">SoftmaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00700">SplitterQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00770">ConcatQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00864">StackQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00590">ActivationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00614">ArgMinMaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00958">FullyConnectedQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01272">PermuteQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01301">Pooling2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01146">Convolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01198">DepthwiseConvolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02446">DetectionPostProcessQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01005">NormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01031">AdditionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01066">MultiplicationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02038">DivisionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02069">SubtractionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02100">MaximumQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02133">MeanQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02175">PadQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02197">QuantizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02342">EqualQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01101">BatchNormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01327">ResizeBilinearQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01374">ResizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01422">FakeQuantizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01443">InstanceNormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01471">L2NormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01501">LogSoftmaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01553">ReshapeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01580">SpaceToBatchNdQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01645">SpaceToDepthQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01696">FloorQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01721">LstmQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02015">ConvertFp16ToFp32QueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01992">ConvertFp32ToFp16QueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02225">BatchToSpaceNdQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02247">StridedSliceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02302">MinimumQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02366">GreaterQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02390">RsqrtQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02414">GatherQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02512">DequantizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02536">MergeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02554">SwitchQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02598">PreluQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02633">TransposeConvolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02683">QuantizedLstmQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02854">AbsQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02878">SliceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02933">DepthToSpaceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02984">ComparisonQueueDescriptor::Validate()</a>, and <a class="el" href="_workload_data_8cpp_source.html#l03008">ElementwiseUnaryQueueDescriptor::Validate()</a>.</p>
120
121</div>
122</div>
123<a id="a67b178f8a836bc1e52b8de109760adfd"></a>
124<h2 class="memtitle"><span class="permalink"><a href="#a67b178f8a836bc1e52b8de109760adfd">&#9670;&nbsp;</a></span>m_OutputTensorInfos</h2>
125
126<div class="memitem">
127<div class="memproto">
128 <table class="memname">
129 <tr>
130 <td class="memname">std::vector&lt;<a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a>&gt; m_OutputTensorInfos</td>
131 </tr>
132 </table>
133</div><div class="memdoc">
134
135<p class="definition">Definition at line <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html#l00019">19</a> of file <a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a>.</p>
136
137<p class="reference">Referenced by <a class="el" href="_layer_8hpp_source.html#l00336">Layer::CollectQueueDescriptorOutputs()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00313">RefWorkloadFactory::CreateInput()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00414">RefWorkloadFactory::CreateOutput()</a>, <a class="el" href="_loaded_network_8cpp_source.html#l00412">LoadedNetwork::EnqueueWorkload()</a>, <a class="el" href="_workload_8hpp_source.html#l00134">FirstInputTypedWorkload&lt; QueueDescriptor, DataType &gt;::FirstInputTypedWorkload()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00025">armnn::GetBiasDataType()</a>, <a class="el" href="_ref_workload_factory_8cpp_source.html#l00032">armnn::IsDataType()</a>, <a class="el" href="_workload_8hpp_source.html#l00109">MultiTypedWorkload&lt; GreaterQueueDescriptor, T, DataType::Boolean &gt;::MultiTypedWorkload()</a>, <a class="el" href="_neon_normalization_float_workload_8cpp_source.html#l00059">NeonNormalizationFloatWorkload::NeonNormalizationFloatWorkload()</a>, <a class="el" href="_workload_8hpp_source.html#l00056">TypedWorkload&lt; DebugQueueDescriptor, DataType &gt;::TypedWorkload()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00467">MemCopyQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00504">MemImportQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00676">SoftmaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00700">SplitterQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00770">ConcatQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00864">StackQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00590">ActivationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00614">ArgMinMaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l00958">FullyConnectedQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01272">PermuteQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01301">Pooling2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01146">Convolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01198">DepthwiseConvolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02446">DetectionPostProcessQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01005">NormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01031">AdditionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01066">MultiplicationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02038">DivisionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02069">SubtractionQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02100">MaximumQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02133">MeanQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02175">PadQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02197">QuantizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02342">EqualQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01101">BatchNormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01327">ResizeBilinearQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01374">ResizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01422">FakeQuantizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01443">InstanceNormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01471">L2NormalizationQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01501">LogSoftmaxQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01523">ConstantQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01553">ReshapeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01580">SpaceToBatchNdQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01645">SpaceToDepthQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01696">FloorQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01721">LstmQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02015">ConvertFp16ToFp32QueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l01992">ConvertFp32ToFp16QueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02225">BatchToSpaceNdQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02247">StridedSliceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02302">MinimumQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02366">GreaterQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02390">RsqrtQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02414">GatherQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02512">DequantizeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02536">MergeQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02554">SwitchQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02598">PreluQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02633">TransposeConvolution2dQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02683">QuantizedLstmQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02854">AbsQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02878">SliceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02933">DepthToSpaceQueueDescriptor::Validate()</a>, <a class="el" href="_workload_data_8cpp_source.html#l02984">ComparisonQueueDescriptor::Validate()</a>, and <a class="el" href="_workload_data_8cpp_source.html#l03008">ElementwiseUnaryQueueDescriptor::Validate()</a>.</p>
138
139</div>
140</div>
141<hr/>The documentation for this struct was generated from the following file:<ul>
142<li>include/armnn/backends/<a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a></li>
143</ul>
144</div><!-- contents -->
145</div><!-- doc-content -->
146<!-- start footer part -->
147<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
148 <ul>
149 <li class="navelem"><a class="el" href="namespacearmnn.html">armnn</a></li><li class="navelem"><a class="el" href="structarmnn_1_1_workload_info.html">WorkloadInfo</a></li>
150 <li class="footer">Generated on Fri Mar 13 2020 16:07:05 for ArmNN by
151 <a href="http://www.doxygen.org/index.html">
152 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
153 </ul>
154</div>
155</body>
156</html>