blob: 7f16867be482a91deadb1b2e1ae23909aabb3527 [file] [log] [blame]
<!-- 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: src/backends/cl/workloads/ClDepthwiseConvolutionWorkload.hpp Source File</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">20.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('_cl_depthwise_convolution_workload_8hpp_source.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="header">
<div class="headertitle">
<div class="title">ClDepthwiseConvolutionWorkload.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="_cl_depthwise_convolution_workload_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2017 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_workload_8hpp.xhtml">backendsCommon/Workload.hpp</a>&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;arm_compute/runtime/IFunction.h&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;arm_compute/core/Error.h&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;arm_compute/runtime/CL/CLTensor.h&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;{</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<a class="code" href="namespacearmnn.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">arm_compute::Status</a> <a class="code" href="namespacearmnn.xhtml#a4ec5dfcb3e419ddce1fcb3b799f312e1">ClDepthwiseConvolutionWorkloadValidate</a>(<span class="keyword">const</span> TensorInfo&amp; input,</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keyword">const</span> TensorInfo&amp; output,</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; <span class="keyword">const</span> DepthwiseConvolution2dDescriptor&amp; descriptor,</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; <span class="keyword">const</span> TensorInfo&amp; weights,</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">const</span> Optional&lt;TensorInfo&gt;&amp; biases);</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml"> 23</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml">ClDepthwiseConvolutionWorkload</a> : <span class="keyword">public</span> <a class="code" href="classarmnn_1_1_base_workload.xhtml">BaseWorkload</a>&lt;DepthwiseConvolution2dQueueDescriptor&gt;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;{</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_base_workload.xhtml">BaseWorkload&lt;DepthwiseConvolution2dQueueDescriptor&gt;::m_Data</a>;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ad4893eb32951d9115ac43636b5e82334">ClDepthwiseConvolutionWorkload</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_depthwise_convolution2d_queue_descriptor.xhtml">DepthwiseConvolution2dQueueDescriptor</a>&amp; descriptor,</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_workload_info.xhtml">WorkloadInfo</a>&amp; <a class="code" href="namespacearmnn.xhtml#a4dc0adc6737b5944e7671bee71788407acaf9b6b99962bf5c2264824231d7a40c">info</a>);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ae071e8822437c78baea75c3aef3a263a">Execute</a>() <span class="keyword">const override</span>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ac0fba9c7a56b1982e9aa8ca10b5df71b"> 34</a></span>&#160; std::unique_ptr&lt;arm_compute::IFunction&gt; <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ac0fba9c7a56b1982e9aa8ca10b5df71b">m_DepthwiseConvolutionLayer</a>;</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ae940932b13fd8ab5e844732c3fe31d6b"> 36</a></span>&#160; std::unique_ptr&lt;arm_compute::CLTensor&gt; <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ae940932b13fd8ab5e844732c3fe31d6b">m_KernelTensor</a>;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#a42b0e7e63e1c85a46faaf989d66b1f12"> 37</a></span>&#160; std::unique_ptr&lt;arm_compute::CLTensor&gt; <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#a42b0e7e63e1c85a46faaf989d66b1f12">m_BiasTensor</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#a0bb693e78f3f52bfb7184d631e920c6d">FreeUnusedTensors</a>();</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;};</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;} <span class="comment">//namespace armnn</span></div><div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_ac0fba9c7a56b1982e9aa8ca10b5df71b"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ac0fba9c7a56b1982e9aa8ca10b5df71b">armnn::ClDepthwiseConvolutionWorkload::m_DepthwiseConvolutionLayer</a></div><div class="ttdeci">std::unique_ptr&lt; arm_compute::IFunction &gt; m_DepthwiseConvolutionLayer</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8hpp_source.xhtml#l00034">ClDepthwiseConvolutionWorkload.hpp:34</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_a42b0e7e63e1c85a46faaf989d66b1f12"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#a42b0e7e63e1c85a46faaf989d66b1f12">armnn::ClDepthwiseConvolutionWorkload::m_BiasTensor</a></div><div class="ttdeci">std::unique_ptr&lt; arm_compute::CLTensor &gt; m_BiasTensor</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8hpp_source.xhtml#l00037">ClDepthwiseConvolutionWorkload.hpp:37</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2020 ARM Limited. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00025">00_introduction.dox:25</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_ad4893eb32951d9115ac43636b5e82334"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ad4893eb32951d9115ac43636b5e82334">armnn::ClDepthwiseConvolutionWorkload::ClDepthwiseConvolutionWorkload</a></div><div class="ttdeci">ClDepthwiseConvolutionWorkload(const DepthwiseConvolution2dQueueDescriptor &amp;descriptor, const WorkloadInfo &amp;info)</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8cpp_source.xhtml#l00070">ClDepthwiseConvolutionWorkload.cpp:70</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml">armnn::ClDepthwiseConvolutionWorkload</a></div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8hpp_source.xhtml#l00023">ClDepthwiseConvolutionWorkload.hpp:23</a></div></div>
<div class="ttc" id="classarmnn_1_1_base_workload_xhtml"><div class="ttname"><a href="classarmnn_1_1_base_workload.xhtml">armnn::BaseWorkload</a></div><div class="ttdef"><b>Definition:</b> <a href="_workload_8hpp_source.xhtml#l00028">Workload.hpp:28</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_ae071e8822437c78baea75c3aef3a263a"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ae071e8822437c78baea75c3aef3a263a">armnn::ClDepthwiseConvolutionWorkload::Execute</a></div><div class="ttdeci">void Execute() const override</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8cpp_source.xhtml#l00148">ClDepthwiseConvolutionWorkload.cpp:148</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_a0bb693e78f3f52bfb7184d631e920c6d"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#a0bb693e78f3f52bfb7184d631e920c6d">armnn::ClDepthwiseConvolutionWorkload::FreeUnusedTensors</a></div><div class="ttdeci">void FreeUnusedTensors()</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8cpp_source.xhtml#l00142">ClDepthwiseConvolutionWorkload.cpp:142</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="namespacearmnn.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">armnn::Status</a></div><div class="ttdeci">Status</div><div class="ttdoc">enumeration </div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00026">Types.hpp:26</a></div></div>
<div class="ttc" id="_workload_8hpp_xhtml"><div class="ttname"><a href="_workload_8hpp.xhtml">Workload.hpp</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_depthwise_convolution_workload_xhtml_ae940932b13fd8ab5e844732c3fe31d6b"><div class="ttname"><a href="classarmnn_1_1_cl_depthwise_convolution_workload.xhtml#ae940932b13fd8ab5e844732c3fe31d6b">armnn::ClDepthwiseConvolutionWorkload::m_KernelTensor</a></div><div class="ttdeci">std::unique_ptr&lt; arm_compute::CLTensor &gt; m_KernelTensor</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8hpp_source.xhtml#l00036">ClDepthwiseConvolutionWorkload.hpp:36</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a4dc0adc6737b5944e7671bee71788407acaf9b6b99962bf5c2264824231d7a40c"><div class="ttname"><a href="namespacearmnn.xhtml#a4dc0adc6737b5944e7671bee71788407acaf9b6b99962bf5c2264824231d7a40c">armnn::BoostLogSeverityMapping::info</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a4ec5dfcb3e419ddce1fcb3b799f312e1"><div class="ttname"><a href="namespacearmnn.xhtml#a4ec5dfcb3e419ddce1fcb3b799f312e1">armnn::ClDepthwiseConvolutionWorkloadValidate</a></div><div class="ttdeci">arm_compute::Status ClDepthwiseConvolutionWorkloadValidate(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthwiseConvolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases)</div><div class="ttdef"><b>Definition:</b> <a href="_cl_depthwise_convolution_workload_8cpp_source.xhtml#l00024">ClDepthwiseConvolutionWorkload.cpp:24</a></div></div>
<div class="ttc" id="structarmnn_1_1_workload_info_xhtml"><div class="ttname"><a href="structarmnn_1_1_workload_info.xhtml">armnn::WorkloadInfo</a></div><div class="ttdoc">Contains information about inputs and outputs to a layer. </div><div class="ttdef"><b>Definition:</b> <a href="include_2armnn_2backends_2_workload_info_8hpp_source.xhtml#l00016">WorkloadInfo.hpp:16</a></div></div>
<div class="ttc" id="structarmnn_1_1_depthwise_convolution2d_queue_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_queue_descriptor.xhtml">armnn::DepthwiseConvolution2dQueueDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_workload_data_8hpp_source.xhtml#l00183">WorkloadData.hpp:183</a></div></div>
</div><!-- fragment --></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="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_1ad86c6d39ab715a831555571b9e98a5.xhtml">cl</a></li><li class="navelem"><a class="el" href="dir_2d9c087bc7f49a1d7a25fdc615d2f0c9.xhtml">workloads</a></li><li class="navelem"><a class="el" href="_cl_depthwise_convolution_workload_8hpp.xhtml">ClDepthwiseConvolutionWorkload.hpp</a></li>
<li class="footer">Generated on Fri Mar 13 2020 16:09:12 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>