aboutsummaryrefslogtreecommitdiff
path: root/latest/_reshape_operator_8cpp_source.html
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
commit6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c (patch)
tree0c076149c03ac45c2617f5e02a77b79287ff5a0f /latest/_reshape_operator_8cpp_source.html
parent03c7ff3f6188240baaeaeb405a357a0c58195fec (diff)
downloadarmnn-6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c.tar.gz
Update Doxygen for 23.11
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849
Diffstat (limited to 'latest/_reshape_operator_8cpp_source.html')
-rw-r--r--latest/_reshape_operator_8cpp_source.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/latest/_reshape_operator_8cpp_source.html b/latest/_reshape_operator_8cpp_source.html
index c796922f90..1c0d7292e5 100644
--- a/latest/_reshape_operator_8cpp_source.html
+++ b/latest/_reshape_operator_8cpp_source.html
@@ -36,7 +36,7 @@
<img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 15rem; margin-top: .5rem; margin-left 13px"/>
<td id="projectalign" style="padding-left: 0.9em;">
<div id="projectname">
- &#160;<span id="projectnumber">23.08</span>
+ &#160;<span id="projectnumber">23.11</span>
</div>
</td>
</tr>
@@ -153,31 +153,33 @@ $(document).ready(function(){initNavTree('_reshape_operator_8cpp_source.html',''
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="comment">// operatorInputNames/operatorOutputNames ends up being the same as</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="comment">// blockInputNames/blockOutputNames for one-to-one ArmNN to TOSA mappings</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordflow">return</span> <span class="keyword">new</span> TosaSerializationBasicBlock(blockName, <span class="comment">// name</span></div>
-<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; {op}, <span class="comment">// operators</span></div>
-<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; tensors, <span class="comment">// tensors</span></div>
-<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; {inputName}, <span class="comment">// inputs</span></div>
-<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; {outputName}); <span class="comment">// outputs</span></div>
-<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;}</div>
+<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <a class="code" href="_tosa_operator_utils_8hpp.html#a28514b014a4fe0841044f1868064bc65">mainName</a>, <span class="comment">// region name</span></div>
+<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; {op}, <span class="comment">// operators</span></div>
+<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; tensors, <span class="comment">// tensors</span></div>
+<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; {inputName}, <span class="comment">// inputs</span></div>
+<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; {outputName}); <span class="comment">// outputs</span></div>
+<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;}</div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="a_reshape_operator_8cpp_html_afce169c8927468aab621fe3400a8d317"><div class="ttname"><a href="_reshape_operator_8cpp.html#afce169c8927468aab621fe3400a8d317">ConvertReshapeToTosaOperator</a></div><div class="ttdeci">TosaSerializationBasicBlock * ConvertReshapeToTosaOperator(const Layer *layer, const std::vector&lt; const TensorInfo * &gt; &amp;inputs, const std::vector&lt; const TensorInfo * &gt; &amp;outputs, const ReshapeDescriptor *reshapeDescriptor)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_operator_8cpp_source.html#l00008">ReshapeOperator.cpp:8</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_layer_html_acf8b8e23bf647836592982f97088d375"><div class="ttname"><a href="classarmnn_1_1_layer.html#acf8b8e23bf647836592982f97088d375">armnn::Layer::GetInputSlot</a></div><div class="ttdeci">const InputSlot &amp; GetInputSlot(unsigned int index) const override</div><div class="ttdoc">Get a const input slot handle by slot index.</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00337">Layer.hpp:337</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_layer_html"><div class="ttname"><a href="classarmnn_1_1_layer.html">armnn::Layer</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00230">Layer.hpp:230</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a28514b014a4fe0841044f1868064bc65"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a28514b014a4fe0841044f1868064bc65">mainName</a></div><div class="ttdeci">const std::string mainName</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00019">TosaOperatorUtils.hpp:19</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_output_slot_html_a7ddaf04177053a536f0e7be83a642bc6"><div class="ttname"><a href="classarmnn_1_1_output_slot.html#a7ddaf04177053a536f0e7be83a642bc6">armnn::OutputSlot::GetOwningLayer</a></div><div class="ttdeci">Layer &amp; GetOwningLayer() const</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00132">Layer.hpp:132</a></div></div>
-<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a45d66f17ad6b0469e469f443b3e03226"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a45d66f17ad6b0469e469f443b3e03226">ArmNNToDType</a></div><div class="ttdeci">DType ArmNNToDType(const DataType &amp;type)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00020">TosaOperatorUtils.hpp:20</a></div></div>
-<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a246662c69dac647833be50ba6dcee024"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a246662c69dac647833be50ba6dcee024">GenerateUniqueOutputName</a></div><div class="ttdeci">std::string GenerateUniqueOutputName(const Layer &amp;layer, uint32_t layerSlot)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00079">TosaOperatorUtils.hpp:79</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html">armnn::ReshapeDescriptor</a></div><div class="ttdoc">A ReshapeDescriptor for the ReshapeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01002">Descriptors.hpp:1002</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a1178f4dafdda81f59c15145ec327f7d9"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">armnn::ReshapeDescriptor::m_TargetShape</a></div><div class="ttdeci">TensorShape m_TargetShape</div><div class="ttdoc">Target shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01018">Descriptors.hpp:1018</a></div></div>
-<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a1640c964a461e8580837a79829a5c197"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a1640c964a461e8580837a79829a5c197">GenerateUniqueName</a></div><div class="ttdeci">std::string GenerateUniqueName(const Layer &amp;layer, uint32_t layerSlot)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00060">TosaOperatorUtils.hpp:60</a></div></div>
-<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a7d97964a65be4eb4a5b4109904f2e7f7"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a7d97964a65be4eb4a5b4109904f2e7f7">GetTosaTensorShape</a></div><div class="ttdeci">std::vector&lt; int32_t &gt; GetTosaTensorShape(const TensorShape &amp;shape)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00049">TosaOperatorUtils.hpp:49</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a45d66f17ad6b0469e469f443b3e03226"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a45d66f17ad6b0469e469f443b3e03226">ArmNNToDType</a></div><div class="ttdeci">DType ArmNNToDType(const DataType &amp;type)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00022">TosaOperatorUtils.hpp:22</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a246662c69dac647833be50ba6dcee024"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a246662c69dac647833be50ba6dcee024">GenerateUniqueOutputName</a></div><div class="ttdeci">std::string GenerateUniqueOutputName(const Layer &amp;layer, uint32_t layerSlot)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00082">TosaOperatorUtils.hpp:82</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html">armnn::ReshapeDescriptor</a></div><div class="ttdoc">A ReshapeDescriptor for the ReshapeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01023">Descriptors.hpp:1023</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a1178f4dafdda81f59c15145ec327f7d9"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">armnn::ReshapeDescriptor::m_TargetShape</a></div><div class="ttdeci">TensorShape m_TargetShape</div><div class="ttdoc">Target shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01039">Descriptors.hpp:1039</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a1640c964a461e8580837a79829a5c197"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a1640c964a461e8580837a79829a5c197">GenerateUniqueName</a></div><div class="ttdeci">std::string GenerateUniqueName(const Layer &amp;layer, uint32_t layerSlot)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00063">TosaOperatorUtils.hpp:63</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_a7d97964a65be4eb4a5b4109904f2e7f7"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#a7d97964a65be4eb4a5b4109904f2e7f7">GetTosaTensorShape</a></div><div class="ttdeci">std::vector&lt; int32_t &gt; GetTosaTensorShape(const TensorShape &amp;shape)</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00052">TosaOperatorUtils.hpp:52</a></div></div>
<div class="ttc" id="a_reshape_operator_8hpp_html"><div class="ttname"><a href="_reshape_operator_8hpp.html">ReshapeOperator.hpp</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_input_slot_html_a9effd325a6d512a3f8ff4bd207d53255"><div class="ttname"><a href="classarmnn_1_1_input_slot.html#a9effd325a6d512a3f8ff4bd207d53255">armnn::InputSlot::GetConnectedOutputSlot</a></div><div class="ttdeci">const OutputSlot * GetConnectedOutputSlot() const</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00056">Layer.hpp:56</a></div></div>
-<div class="ttc" id="a_tosa_operator_utils_8hpp_html_aadc5d73bd0cb81999bcfdc62bce020e8"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#aadc5d73bd0cb81999bcfdc62bce020e8">GetUniqueTosaMappingID</a></div><div class="ttdeci">std::string GetUniqueTosaMappingID()</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00097">TosaOperatorUtils.hpp:97</a></div></div>
+<div class="ttc" id="a_tosa_operator_utils_8hpp_html_aadc5d73bd0cb81999bcfdc62bce020e8"><div class="ttname"><a href="_tosa_operator_utils_8hpp.html#aadc5d73bd0cb81999bcfdc62bce020e8">GetUniqueTosaMappingID</a></div><div class="ttdeci">std::string GetUniqueTosaMappingID()</div><div class="ttdef"><b>Definition:</b> <a href="_tosa_operator_utils_8hpp_source.html#l00100">TosaOperatorUtils.hpp:100</a></div></div>
<!-- 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.html">src</a></li><li class="navelem"><a class="el" href="dir_0f3cdec46afbc61a1ded8e1687c9c9a0.html">backends</a></li><li class="navelem"><a class="el" href="dir_3eeadfb79f8e6e284b92aba47a7684a1.html">tosaCommon</a></li><li class="navelem"><a class="el" href="dir_44a5c203710327e1068d2575c20cb7c6.html">operatorMappings</a></li><li class="navelem"><a class="el" href="_reshape_operator_8cpp.html">ReshapeOperator.cpp</a></li>
- <li class="footer">Generated on Tue Aug 22 2023 11:37:01 for Arm NN by
+ <li class="footer">Generated on Wed Nov 22 2023 10:57:09 for Arm NN by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>