blob: 7bfa6b2ffcf7e8d614babcbf758b8a56cced02aa [file] [log] [blame]
<!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>mxnet: /work/mxnet/3rdparty/tvm/nnvm/include/nnvm/pass.h 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="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">mxnet
</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>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_8cab8f464681f7cc51cee77e79a434cd.html">3rdparty</a></li><li class="navelem"><a class="el" href="dir_d40daf7ef9783ad6669561b9a39523a5.html">tvm</a></li><li class="navelem"><a class="el" href="dir_59ab2d7405f48271a817356d16f4868c.html">nnvm</a></li><li class="navelem"><a class="el" href="dir_564b1b3930cee8f0cd6786ede046ff35.html">include</a></li><li class="navelem"><a class="el" href="dir_aadb892b7c99db7e2c3fc68a6c967545.html">nnvm</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">pass.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="pass_8h.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"> * Licensed to the Apache Software Foundation (ASF) under one</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * with the License. You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * KIND, either express or implied. See the License for the</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * under the License.</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifndef NNVM_PASS_H_</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#define NNVM_PASS_H_</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &lt;functional&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="3rdparty_2tvm_2nnvm_2include_2nnvm_2base_8h.html">base.h</a>&quot;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="graph_8h.html">graph.h</a>&quot;</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">namespace </span><a class="code" href="namespacennvm.html">nnvm</a> {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespacennvm.html#a3bf9c138f25560f6c86dcc726d6b9125"> 46</a></span>&#160;<span class="keyword">typedef</span> std::function&lt;<a class="code" href="classnnvm_1_1Graph.html">Graph</a>(<a class="code" href="classnnvm_1_1Graph.html">Graph</a> src)&gt; <a class="code" href="namespacennvm.html#a3bf9c138f25560f6c86dcc726d6b9125">PassFunction</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<a class="code" href="classnnvm_1_1Graph.html">Graph</a> <a class="code" href="namespacennvm.html#a36b92fb36f36675e96255310f3450662">ApplyPasses</a>(<a class="code" href="classnnvm_1_1Graph.html">Graph</a> src, <span class="keyword">const</span> std::vector&lt;std::string&gt;&amp; passes);</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="namespacennvm.html#af9e352fbb58722c23de790c9cfafdfd7"> 62</a></span>&#160;<span class="keyword">inline</span> <a class="code" href="classnnvm_1_1Graph.html">Graph</a> <a class="code" href="namespacennvm.html#af9e352fbb58722c23de790c9cfafdfd7">ApplyPass</a>(<a class="code" href="classnnvm_1_1Graph.html">Graph</a> src, <span class="keyword">const</span> std::string&amp; pass) { <span class="keywordflow">return</span> <a class="code" href="namespacennvm.html#a36b92fb36f36675e96255310f3450662">ApplyPasses</a>(src, {pass}); }</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html"> 67</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structnnvm_1_1PassFunctionReg.html">PassFunctionReg</a> : <span class="keyword">public</span> <a class="code" href="classdmlc_1_1FunctionRegEntryBase.html">dmlc::FunctionRegEntryBase</a>&lt;PassFunctionReg, PassFunction&gt; {</div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a9958a159d53512159725fac1d32d8824"> 72</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="structnnvm_1_1PassFunctionReg.html#a9958a159d53512159725fac1d32d8824">change_graph</a>{<span class="keyword">false</span>};</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a93583ae9a177f1e496d16c33ad58292d"> 74</a></span>&#160; std::vector&lt;std::string&gt; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a93583ae9a177f1e496d16c33ad58292d">op_attr_dependency</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a2b3d438c62ae31c24ac9dc10ac966c04"> 76</a></span>&#160; std::vector&lt;std::string&gt; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a2b3d438c62ae31c24ac9dc10ac966c04">graph_attr_dependency</a>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a2323d1fb3da781cd8695d28c8800254e"> 78</a></span>&#160; std::vector&lt;std::string&gt; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a2323d1fb3da781cd8695d28c8800254e">graph_attr_targets</a>;</div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#ac4359b97d408ad231236bbce36388eed"> 84</a></span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html">PassFunctionReg</a>&amp; <a class="code" href="structnnvm_1_1PassFunctionReg.html#ac4359b97d408ad231236bbce36388eed">set_change_graph</a>(<span class="keywordtype">bool</span> v) { <span class="comment">// NOLINT(*)</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a9958a159d53512159725fac1d32d8824">change_graph</a> = v;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; }</div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a5bf7d99fec2d2d73cee94f43c4ef7a66"> 94</a></span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html">PassFunctionReg</a>&amp; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a5bf7d99fec2d2d73cee94f43c4ef7a66">provide_graph_attr</a>(<span class="keyword">const</span> std::string&amp; attr_name) { <span class="comment">// NOLINT(*)</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a2323d1fb3da781cd8695d28c8800254e">graph_attr_targets</a>.push_back(attr_name);</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; }</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#af0adf4cddf4fc881d9872422e4c70c76"> 104</a></span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html">PassFunctionReg</a>&amp; <a class="code" href="structnnvm_1_1PassFunctionReg.html#af0adf4cddf4fc881d9872422e4c70c76">depend_op_attr</a>(<span class="keyword">const</span> std::string&amp; attr_name) { <span class="comment">// NOLINT(*)</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a93583ae9a177f1e496d16c33ad58292d">op_attr_dependency</a>.push_back(attr_name);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; }</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structnnvm_1_1PassFunctionReg.html#a1119f044d0e20564bed3ed244a283a58"> 114</a></span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html">PassFunctionReg</a>&amp; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a1119f044d0e20564bed3ed244a283a58">depend_graph_attr</a>(<span class="keyword">const</span> std::string&amp; attr_name) { <span class="comment">// NOLINT(*)</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="structnnvm_1_1PassFunctionReg.html#a2b3d438c62ae31c24ac9dc10ac966c04">graph_attr_dependency</a>.push_back(attr_name);</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; }</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;};</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="pass_8h.html#a1e71a68c992d437f9d874ff57fbf2d7e"> 136</a></span>&#160;<span class="preprocessor">#define NNVM_REGISTER_PASS(name) \</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor"> DMLC_REGISTRY_REGISTER(::nnvm::PassFunctionReg, PassFunctionReg, name)</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;} <span class="comment">// namespace nnvm</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor">#endif // NNVM_PASS_H_</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassdmlc_1_1FunctionRegEntryBase_html"><div class="ttname"><a href="classdmlc_1_1FunctionRegEntryBase.html">dmlc::FunctionRegEntryBase</a></div><div class="ttdoc">Common base class for function registry.</div><div class="ttdef"><b>Definition:</b> registry.h:151</div></div>
<div class="ttc" id="anamespacennvm_html_a36b92fb36f36675e96255310f3450662"><div class="ttname"><a href="namespacennvm.html#a36b92fb36f36675e96255310f3450662">nnvm::ApplyPasses</a></div><div class="ttdeci">Graph ApplyPasses(Graph src, const std::vector&lt; std::string &gt; &amp;passes)</div><div class="ttdoc">Apply a series of pass transformations on the input graph.</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a1119f044d0e20564bed3ed244a283a58"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a1119f044d0e20564bed3ed244a283a58">nnvm::PassFunctionReg::depend_graph_attr</a></div><div class="ttdeci">PassFunctionReg &amp; depend_graph_attr(const std::string &amp;attr_name)</div><div class="ttdoc">Declare this pass requires the given graph attribute to be available before being applied on the grap...</div><div class="ttdef"><b>Definition:</b> pass.h:114</div></div>
<div class="ttc" id="aclassnnvm_1_1Graph_html"><div class="ttname"><a href="classnnvm_1_1Graph.html">nnvm::Graph</a></div><div class="ttdoc">Symbolic computation graph. This is the intermediate representation for optimization pass.</div><div class="ttdef"><b>Definition:</b> graph.h:47</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a2b3d438c62ae31c24ac9dc10ac966c04"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a2b3d438c62ae31c24ac9dc10ac966c04">nnvm::PassFunctionReg::graph_attr_dependency</a></div><div class="ttdeci">std::vector&lt; std::string &gt; graph_attr_dependency</div><div class="ttdoc">dependencies on attributes in the graph</div><div class="ttdef"><b>Definition:</b> pass.h:76</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a5bf7d99fec2d2d73cee94f43c4ef7a66"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a5bf7d99fec2d2d73cee94f43c4ef7a66">nnvm::PassFunctionReg::provide_graph_attr</a></div><div class="ttdeci">PassFunctionReg &amp; provide_graph_attr(const std::string &amp;attr_name)</div><div class="ttdoc">Declare that this pass will generate the given graph attribute name once it is applied on the graph.</div><div class="ttdef"><b>Definition:</b> pass.h:94</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a9958a159d53512159725fac1d32d8824"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a9958a159d53512159725fac1d32d8824">nnvm::PassFunctionReg::change_graph</a></div><div class="ttdeci">bool change_graph</div><div class="ttdoc">Whether the pass will change graph structure If this is false, the pass will only change attributes.</div><div class="ttdef"><b>Definition:</b> pass.h:72</div></div>
<div class="ttc" id="a3rdparty_2tvm_2nnvm_2include_2nnvm_2base_8h_html"><div class="ttname"><a href="3rdparty_2tvm_2nnvm_2include_2nnvm_2base_8h.html">base.h</a></div><div class="ttdoc">Configuration of nnvm as well as basic data structure.</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_ac4359b97d408ad231236bbce36388eed"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#ac4359b97d408ad231236bbce36388eed">nnvm::PassFunctionReg::set_change_graph</a></div><div class="ttdeci">PassFunctionReg &amp; set_change_graph(bool v)</div><div class="ttdoc">Set whether this pass will change graph structure.</div><div class="ttdef"><b>Definition:</b> pass.h:84</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_af0adf4cddf4fc881d9872422e4c70c76"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#af0adf4cddf4fc881d9872422e4c70c76">nnvm::PassFunctionReg::depend_op_attr</a></div><div class="ttdeci">PassFunctionReg &amp; depend_op_attr(const std::string &amp;attr_name)</div><div class="ttdoc">Declare this pass requires the given operator attribute to be available before being applied on the g...</div><div class="ttdef"><b>Definition:</b> pass.h:104</div></div>
<div class="ttc" id="anamespacennvm_html_af9e352fbb58722c23de790c9cfafdfd7"><div class="ttname"><a href="namespacennvm.html#af9e352fbb58722c23de790c9cfafdfd7">nnvm::ApplyPass</a></div><div class="ttdeci">Graph ApplyPass(Graph src, const std::string &amp;pass)</div><div class="ttdoc">Apply one pass to the graph.</div><div class="ttdef"><b>Definition:</b> pass.h:62</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a2323d1fb3da781cd8695d28c8800254e"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a2323d1fb3da781cd8695d28c8800254e">nnvm::PassFunctionReg::graph_attr_targets</a></div><div class="ttdeci">std::vector&lt; std::string &gt; graph_attr_targets</div><div class="ttdoc">generated targets of graph attributes</div><div class="ttdef"><b>Definition:</b> pass.h:78</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html">nnvm::PassFunctionReg</a></div><div class="ttdoc">Registry entry for pass functions.</div><div class="ttdef"><b>Definition:</b> pass.h:67</div></div>
<div class="ttc" id="anamespacennvm_html_a3bf9c138f25560f6c86dcc726d6b9125"><div class="ttname"><a href="namespacennvm.html#a3bf9c138f25560f6c86dcc726d6b9125">nnvm::PassFunction</a></div><div class="ttdeci">std::function&lt; Graph(Graph src)&gt; PassFunction</div><div class="ttdoc">A PassFunction is an &quot;Operator on Graph&quot;. It takes a source graph and return a graph that may or may ...</div><div class="ttdef"><b>Definition:</b> pass.h:46</div></div>
<div class="ttc" id="agraph_8h_html"><div class="ttname"><a href="graph_8h.html">graph.h</a></div><div class="ttdoc">Configuation of nnvm as well as basic data structure.</div></div>
<div class="ttc" id="astructnnvm_1_1PassFunctionReg_html_a93583ae9a177f1e496d16c33ad58292d"><div class="ttname"><a href="structnnvm_1_1PassFunctionReg.html#a93583ae9a177f1e496d16c33ad58292d">nnvm::PassFunctionReg::op_attr_dependency</a></div><div class="ttdeci">std::vector&lt; std::string &gt; op_attr_dependency</div><div class="ttdoc">dependencies on operator attributes</div><div class="ttdef"><b>Definition:</b> pass.h:74</div></div>
<div class="ttc" id="anamespacennvm_html"><div class="ttname"><a href="namespacennvm.html">nnvm</a></div><div class="ttdef"><b>Definition:</b> base.h:35</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 5 2023 03:47:39 for mxnet by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>