blob: 32524b8d3608906daf0282fbc0424f17db885c2c [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: src/armnn/layers/SpaceToDepthLayer.hpp Source File</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('_space_to_depth_layer_8hpp_source.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="headertitle">
84<div class="title">SpaceToDepthLayer.hpp</div> </div>
85</div><!--header-->
86<div class="contents">
87<a href="_space_to_depth_layer_8hpp.html">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 &quot;<a class="code" href="_layer_with_parameters_8hpp.html">LayerWithParameters.hpp</a>&quot;</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="keyword">namespace </span><a class="code" href="namespacearmnn.html">armnn</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;{</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classarmnn_1_1_space_to_depth_layer.html"> 14</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1_space_to_depth_layer.html">SpaceToDepthLayer</a> : <span class="keyword">public</span> <a class="code" href="classarmnn_1_1_layer_with_parameters.html">LayerWithParameters</a>&lt;SpaceToDepthDescriptor&gt;</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;<span class="keyword">public</span>:</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keyword">virtual</span> std::unique_ptr&lt;IWorkload&gt; <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#adfa912d0c4c6c00f1af2cbfa799572b7">CreateWorkload</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_workload_factory.html">IWorkloadFactory</a>&amp; factory) <span class="keyword">const override</span>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <a class="code" href="classarmnn_1_1_space_to_depth_layer.html">SpaceToDepthLayer</a>* <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a63f13ce7bafa57a2505563c83579d414">Clone</a>(<a class="code" href="classarmnn_1_1_graph.html">Graph</a>&amp; graph) <span class="keyword">const override</span>;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; std::vector&lt;TensorShape&gt; <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a65ca562c882ad619684445a1402f415a">InferOutputShapes</a>(<span class="keyword">const</span> std::vector&lt;TensorShape&gt;&amp; inputShapes) <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="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a8c8f543d7e9729362c266d12ec169966">ValidateTensorShapesFromInputs</a>() <span class="keyword">override</span>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a75a50f464326fefa605ea84ae2c9be85">Accept</a>(<a class="code" href="classarmnn_1_1_i_layer_visitor.html">ILayerVisitor</a>&amp; visitor) <span class="keyword">const override</span>;</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="keyword">protected</span>:</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a1ebbcf9540985828fca8732cf24c6889">SpaceToDepthLayer</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a> param, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <a class="code" href="classarmnn_1_1_space_to_depth_layer.html#a47d6983837772f9c98f0a90a05dccdc3">~SpaceToDepthLayer</a>() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;};</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="_layer_with_parameters_8hpp_html"><div class="ttname"><a href="_layer_with_parameters_8hpp.html">LayerWithParameters.hpp</a></div></div>
88<div class="ttc" id="classarmnn_1_1_i_workload_factory_html"><div class="ttname"><a href="classarmnn_1_1_i_workload_factory.html">armnn::IWorkloadFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_workload_factory_8hpp_source.html#l00021">WorkloadFactory.hpp:21</a></div></div>
89<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a63f13ce7bafa57a2505563c83579d414"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a63f13ce7bafa57a2505563c83579d414">armnn::SpaceToDepthLayer::Clone</a></div><div class="ttdeci">SpaceToDepthLayer * Clone(Graph &amp;graph) const override</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00038">SpaceToDepthLayer.cpp:38</a></div></div>
90<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html">armnn::SpaceToDepthLayer</a></div><div class="ttdoc">This layer represents a SpaceToDepth operation. </div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8hpp_source.html#l00014">SpaceToDepthLayer.hpp:14</a></div></div>
91<div class="ttc" id="structarmnn_1_1_space_to_depth_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html">armnn::SpaceToDepthDescriptor</a></div><div class="ttdoc">A SpaceToDepthDescriptor for the SpaceToDepthLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00810">Descriptors.hpp:810</a></div></div>
92<div class="ttc" id="classarmnn_1_1_i_layer_visitor_html"><div class="ttname"><a href="classarmnn_1_1_i_layer_visitor.html">armnn::ILayerVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_layer_visitor_8hpp_source.html#l00016">ILayerVisitor.hpp:16</a></div></div>
93<div class="ttc" id="classarmnn_1_1_layer_with_parameters_html"><div class="ttname"><a href="classarmnn_1_1_layer_with_parameters.html">armnn::LayerWithParameters</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_with_parameters_8hpp_source.html#l00013">LayerWithParameters.hpp:13</a></div></div>
94<div class="ttc" id="namespacearmnn_html"><div class="ttname"><a href="namespacearmnn.html">armnn</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_helper_8hpp_source.html#l00011">BackendHelper.hpp:11</a></div></div>
95<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a1ebbcf9540985828fca8732cf24c6889"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a1ebbcf9540985828fca8732cf24c6889">armnn::SpaceToDepthLayer::SpaceToDepthLayer</a></div><div class="ttdeci">SpaceToDepthLayer(const SpaceToDepthDescriptor param, const char *name)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00025">SpaceToDepthLayer.cpp:25</a></div></div>
96<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a8c8f543d7e9729362c266d12ec169966"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a8c8f543d7e9729362c266d12ec169966">armnn::SpaceToDepthLayer::ValidateTensorShapesFromInputs</a></div><div class="ttdeci">void ValidateTensorShapesFromInputs() override</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00064">SpaceToDepthLayer.cpp:64</a></div></div>
97<div class="ttc" id="classarmnn_1_1_graph_html"><div class="ttname"><a href="classarmnn_1_1_graph.html">armnn::Graph</a></div><div class="ttdef"><b>Definition:</b> <a href="_graph_8hpp_source.html#l00029">Graph.hpp:29</a></div></div>
98<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a47d6983837772f9c98f0a90a05dccdc3"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a47d6983837772f9c98f0a90a05dccdc3">armnn::SpaceToDepthLayer::~SpaceToDepthLayer</a></div><div class="ttdeci">~SpaceToDepthLayer()=default</div><div class="ttdoc">Default destructor. </div></div>
99<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a75a50f464326fefa605ea84ae2c9be85"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a75a50f464326fefa605ea84ae2c9be85">armnn::SpaceToDepthLayer::Accept</a></div><div class="ttdeci">void Accept(ILayerVisitor &amp;visitor) const override</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00079">SpaceToDepthLayer.cpp:79</a></div></div>
100<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_adfa912d0c4c6c00f1af2cbfa799572b7"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#adfa912d0c4c6c00f1af2cbfa799572b7">armnn::SpaceToDepthLayer::CreateWorkload</a></div><div class="ttdeci">virtual std::unique_ptr&lt; IWorkload &gt; CreateWorkload(const IWorkloadFactory &amp;factory) const override</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00029">SpaceToDepthLayer.cpp:29</a></div></div>
101<div class="ttc" id="classarmnn_1_1_space_to_depth_layer_html_a65ca562c882ad619684445a1402f415a"><div class="ttname"><a href="classarmnn_1_1_space_to_depth_layer.html#a65ca562c882ad619684445a1402f415a">armnn::SpaceToDepthLayer::InferOutputShapes</a></div><div class="ttdeci">std::vector&lt; TensorShape &gt; InferOutputShapes(const std::vector&lt; TensorShape &gt; &amp;inputShapes) const override</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_layer_8cpp_source.html#l00044">SpaceToDepthLayer.cpp:44</a></div></div>
102</div><!-- fragment --></div><!-- contents -->
103</div><!-- doc-content -->
104<!-- start footer part -->
105<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
106 <ul>
107 <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_e0a84d05c80a2ef4231141dcbbeac5c8.html">armnn</a></li><li class="navelem"><a class="el" href="dir_9da6642ce0fd5a8c83524f1b621275be.html">layers</a></li><li class="navelem"><a class="el" href="_space_to_depth_layer_8hpp.html">SpaceToDepthLayer.hpp</a></li>
108 <li class="footer">Generated on Fri Mar 13 2020 16:06:54 for ArmNN by
109 <a href="http://www.doxygen.org/index.html">
110 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
111 </ul>
112</div>
113</body>
114</html>