aboutsummaryrefslogtreecommitdiff
path: root/23.08/serializer.html
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-08-22 12:00:04 +0100
committerNikhil Raj <nikhil.raj@arm.com>2023-08-22 12:00:04 +0100
commit03c7ff3f6188240baaeaeb405a357a0c58195fec (patch)
treeccfcd5b3481c1a48f2b2c588038e010c09fdfb5f /23.08/serializer.html
parent8efb48a6847c5cd166c561127ae6611150963ce3 (diff)
downloadarmnn-03c7ff3f6188240baaeaeb405a357a0c58195fec.tar.gz
IVGCVSW-7702 Update Doxygen Docu for 23.08
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d
Diffstat (limited to '23.08/serializer.html')
-rw-r--r--23.08/serializer.html195
1 files changed, 195 insertions, 0 deletions
diff --git a/23.08/serializer.html b/23.08/serializer.html
new file mode 100644
index 0000000000..d7e69b4e7c
--- /dev/null
+++ b/23.08/serializer.html
@@ -0,0 +1,195 @@
+<!-- HTML header for doxygen 1.8.17-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Arm NN: Serializer</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>
+<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" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+<link href="customdoxygen.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: 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>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.17 -->
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+/* @license-end */</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">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+$(document).ready(function(){initNavTree('serializer.html',''); initResizable(); });
+/* @license-end */
+</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="PageDoc"><div class="header">
+ <div class="headertitle">
+<div class="title">Serializer </div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><p>The <code><a class="el" href="namespacearmnn_serializer.html">armnnSerializer</a></code> is a library for serializing an Arm NN network to a stream.</p>
+<h1><a class="anchor" id="serializersupport"></a>
+Supported Layers</h1>
+<p>This reference guide provides a list of layers which can be serialized by the Arm NN SDK.</p>
+<p>The Arm NN SDK Serializer currently supports the following layers:</p>
+<ul>
+<li>Activation</li>
+<li>Addition</li>
+<li>ArgMinMax</li>
+<li><a class="el" href="classarmnn_1_1_batch_mat_mul.html">BatchMatMul</a></li>
+<li>BatchToSpaceNd</li>
+<li>BatchNormalization</li>
+<li>Cast</li>
+<li>ChannelShuffle</li>
+<li>Comparison</li>
+<li>Concat</li>
+<li>Constant</li>
+<li>Convolution2d</li>
+<li>Convolution3d</li>
+<li>DepthToSpace</li>
+<li>DepthwiseConvolution2d</li>
+<li>Dequantize</li>
+<li>DetectionPostProcess</li>
+<li>Division</li>
+<li>ElementwiseUnary</li>
+<li>Fill</li>
+<li>Floor</li>
+<li>FullyConnected</li>
+<li>Gather</li>
+<li>GatherNd</li>
+<li>Input</li>
+<li>InstanceNormalization</li>
+<li>L2Normalization</li>
+<li>Logical</li>
+<li>LogSoftmax</li>
+<li>Lstm</li>
+<li>Maximum</li>
+<li>Mean</li>
+<li>Merge</li>
+<li>Minimum</li>
+<li>Multiplication</li>
+<li>Normalization</li>
+<li>Output</li>
+<li>Pad (Constant, Symmetric, Reflect)</li>
+<li>Permute</li>
+<li>Pooling2d</li>
+<li>Pooling3d</li>
+<li>Prelu</li>
+<li>QLstm</li>
+<li>Quantize</li>
+<li>QuantizedLstm</li>
+<li>Rank</li>
+<li>Reduce</li>
+<li>Reshape</li>
+<li>Resize</li>
+<li>ReverseV2</li>
+<li>Shape</li>
+<li>Slice</li>
+<li>Softmax</li>
+<li>SpaceToBatchNd</li>
+<li>SpaceToDepth</li>
+<li>Splitter</li>
+<li>Stack</li>
+<li>StandIn</li>
+<li>StridedSlice</li>
+<li>Subtraction</li>
+<li>Switch</li>
+<li>Transpose</li>
+<li>TransposeConvolution2d</li>
+<li>UnidirectionalSequenceLstm</li>
+</ul>
+<p>More machine learning layers will be supported in future releases.</p>
+<h1><a class="anchor" id="serializersupportdeprecated"></a>
+Deprecated layers</h1>
+<p>Some layers have been deprecated and replaced by others layers. In order to maintain backward compatibility, serializations of these deprecated layers will deserialize to the layers that have replaced them, as follows:</p>
+<ul>
+<li>Abs will deserialize as ElementwiseUnary</li>
+<li>Equal will deserialize as Comparison</li>
+<li>Greater will deserialize as Comparison</li>
+<li>Merger will deserialize as Concat</li>
+<li>ResizeBilinear will deserialize as Resize</li>
+<li>Rsqrt will deserialize as ElementwiseUnary </li>
+</ul>
+</div></div><!-- contents -->
+</div><!-- PageDoc -->
+</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="swtools.html">Software Components</a></li>
+ <li class="footer">Generated on Tue Aug 22 2023 11:37:04 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>
+</div>
+</body>
+</html>