blob: 219c97464f800cf720f32cbee9e09ba52986911d [file] [log] [blame]
<!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="viewport" content="width=device-width, initial-scale=1"/>
<title>ArmNN: WorkloadInfo Struct Reference</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>
<link href="doxygen.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;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ArmNN
&#160;<span id="projectnumber">NotReleased</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('structarmnn_1_1_workload_info.html','');});
</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="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structarmnn_1_1_workload_info-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">WorkloadInfo Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<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>
<tr class="separator:ac97905bfa0daab357b91df1347600309"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<tr class="separator:a67b178f8a836bc1e52b8de109760adfd"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<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>
<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>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="ac97905bfa0daab357b91df1347600309"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac97905bfa0daab357b91df1347600309">&#9670;&nbsp;</a></span>m_InputTensorInfos</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::vector&lt;<a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a>&gt; m_InputTensorInfos</td>
</tr>
</table>
</div><div class="memdoc">
<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>
<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>
</div>
</div>
<a id="a67b178f8a836bc1e52b8de109760adfd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a67b178f8a836bc1e52b8de109760adfd">&#9670;&nbsp;</a></span>m_OutputTensorInfos</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::vector&lt;<a class="el" href="classarmnn_1_1_tensor_info.html">TensorInfo</a>&gt; m_OutputTensorInfos</td>
</tr>
</table>
</div><div class="memdoc">
<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>
<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>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>include/armnn/backends/<a class="el" href="include_2armnn_2backends_2_workload_info_8hpp_source.html">WorkloadInfo.hpp</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="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>
<li class="footer">Generated on Fri Mar 13 2020 16:07:05 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>