blob: e286dcb06f5447680fdc643aab5f054c7f794a70 [file] [log] [blame]
<!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="viewport" content="width=device-width, initial-scale=1"/>
<title>mxnet: /work/mxnet/3rdparty/mshadow/mshadow/extension.h File Reference</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.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>
<!-- 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_3e48ced36faa4eaa1b41f6d960bf0edb.html">mshadow</a></li><li class="navelem"><a class="el" href="dir_00b035bb2ad81894e6ad291054ea5f82.html">mshadow</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">extension.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>some extension of expressions, used to support something beyond elementwise op
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="expr__engine-inl_8h_source.html">./expr_engine-inl.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="broadcast_8h_source.html">./extension/broadcast.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="unpack__patch2col_8h_source.html">./extension/unpack_patch2col.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="pack__col2patch_8h_source.html">./extension/pack_col2patch.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="reshape_8h_source.html">./extension/reshape.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="swapaxis_8h_source.html">./extension/swapaxis.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="reduceto1d_8h_source.html">./extension/reduceto1d.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="spatial__pool_8h_source.html">./extension/spatial_pool.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="spatial__unpool_8h_source.html">./extension/spatial_unpool.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="channel__pool_8h_source.html">./extension/channel_pool.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="channel__unpool_8h_source.html">./extension/channel_unpool.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="pad_8h_source.html">./extension/pad.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="crop_8h_source.html">./extension/crop.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="mirror_8h_source.html">./extension/mirror.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="concat_8h_source.html">./extension/concat.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="implicit__gemm_8h_source.html">./extension/implicit_gemm.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="choose_8h_source.html">./extension/choose.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="fill_8h_source.html">./extension/fill.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="one__hot_8h_source.html">./extension/one_hot.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="slice_8h_source.html">./extension/slice.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="slice__ex_8h_source.html">./extension/slice_ex.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="take_8h_source.html">./extension/take.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="take__grad_8h_source.html">./extension/take_grad.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="reduce__with__axis_8h_source.html">./extension/reduce_with_axis.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="broadcast__with__axis_8h_source.html">./extension/broadcast_with_axis.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="spatial__upsampling__nearest_8h_source.html">./extension/spatial_upsampling_nearest.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="transpose_8h_source.html">./extension/transpose.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="flip_8h_source.html">./extension/flip.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="complex_8h_source.html">./extension/complex.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="range_8h_source.html">./extension/range.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="mask_8h_source.html">./extension/mask.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for extension.h:</div>
<div class="dyncontent">
<div class="center"><img src="extension_8h__incl.png" border="0" usemap="#_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8h" alt=""/></div>
<map name="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8h" id="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8h">
<area shape="rect" id="node2" href="expr__engine-inl_8h.html" title="definitions of how expressions should be evaluated " alt="" coords="4607,102,4749,129"/>
<area shape="rect" id="node16" href="implicit__gemm_8h.html" title="support for implicit GEMM operation " alt="" coords="4802,408,4949,449"/>
<area shape="rect" id="node22" href="broadcast_8h.html" title="support for broadcast and repmat " alt="" coords="339,102,513,129"/>
<area shape="rect" id="node23" href="unpack__patch2col_8h.html" title="support for unpack " alt="" coords="537,95,683,136"/>
<area shape="rect" id="node24" href="pack__col2patch_8h.html" title="support for pack " alt="" coords="4174,102,4385,129"/>
<area shape="rect" id="node25" href="reshape_8h.html" title="support for reshape " alt="" coords="881,102,1043,129"/>
<area shape="rect" id="node26" href="swapaxis_8h.html" title="support for swapaxis " alt="" coords="1587,184,1758,211"/>
<area shape="rect" id="node27" href="reduceto1d_8h.html" title="support for sum_rows and sumall_except_dim " alt="" coords="1241,102,1424,129"/>
<area shape="rect" id="node28" href="spatial__pool_8h.html" title="support for spatial pooling " alt="" coords="5,95,148,136"/>
<area shape="rect" id="node29" href="spatial__unpool_8h.html" title="support for unpool " alt="" coords="172,95,315,136"/>
<area shape="rect" id="node30" href="channel__pool_8h.html" title="support for chpool " alt="" coords="707,95,857,136"/>
<area shape="rect" id="node31" href="channel__unpool_8h.html" title="./extension/channel\l_unpool.h" alt="" coords="1067,95,1217,136"/>
<area shape="rect" id="node32" href="pad_8h.html" title="support for pad " alt="" coords="2101,102,2236,129"/>
<area shape="rect" id="node33" href="crop_8h.html" title="support for crop " alt="" coords="2261,102,2399,129"/>
<area shape="rect" id="node34" href="mirror_8h.html" title="support for mirror " alt="" coords="2423,102,2573,129"/>
<area shape="rect" id="node35" href="concat_8h.html" title="support for concatenation " alt="" coords="2597,102,2751,129"/>
<area shape="rect" id="node36" href="choose_8h.html" title="support for implicit array selection operation " alt="" coords="2775,102,2931,129"/>
<area shape="rect" id="node37" href="fill_8h.html" title="support for implicit array filling operation " alt="" coords="2955,102,3081,129"/>
<area shape="rect" id="node38" href="one__hot_8h.html" title="Create one&#45;hot indicator array based on the index. " alt="" coords="3106,102,3269,129"/>
<area shape="rect" id="node39" href="slice_8h.html" title="support for slice a certain dimension. " alt="" coords="3293,102,3433,129"/>
<area shape="rect" id="node40" href="slice__ex_8h.html" title="./extension/slice_ex.h" alt="" coords="3458,102,3621,129"/>
<area shape="rect" id="node41" href="take_8h.html" title="./extension/take.h" alt="" coords="3645,102,3783,129"/>
<area shape="rect" id="node42" href="take__grad_8h.html" title="./extension/take_grad.h" alt="" coords="3808,102,3983,129"/>
<area shape="rect" id="node43" href="reduce__with__axis_8h.html" title="./extension/reduce\l_with_axis.h" alt="" coords="4007,95,4149,136"/>
<area shape="rect" id="node44" href="broadcast__with__axis_8h.html" title="./extension/broadcast\l_with_axis.h" alt="" coords="1914,95,2077,136"/>
<area shape="rect" id="node45" href="spatial__upsampling__nearest_8h.html" title="./extension/spatial\l_upsampling_nearest.h" alt="" coords="4409,95,4582,136"/>
<area shape="rect" id="node46" href="transpose_8h.html" title="support for transpose " alt="" coords="1448,102,1623,129"/>
<area shape="rect" id="node47" href="flip_8h.html" title="support for flip a certain dimension. " alt="" coords="4774,102,4905,129"/>
<area shape="rect" id="node48" href="complex_8h.html" title="support for complex operations " alt="" coords="1723,102,1889,129"/>
<area shape="rect" id="node49" href="range_8h.html" title="support generating a range vector " alt="" coords="5003,102,5150,129"/>
<area shape="rect" id="node50" href="mask_8h.html" title="./extension/mask.h" alt="" coords="5174,102,5321,129"/>
<area shape="rect" id="node6" href="expression_8h.html" title="definitions of abstract expressions and expressions template " alt="" coords="4987,572,5100,599"/>
<area shape="rect" id="node9" href="tensor_8h.html" title="header file of tensor data structure and functions This lib requires explicit memory allocation and d..." alt="" coords="5317,184,5399,211"/>
<area shape="rect" id="node15" href="dot__engine-inl_8h.html" title="definitions of how Matrix Multiplications can be evaluated " alt="" coords="4611,333,4745,360"/>
<area shape="rect" id="node7" href="3rdparty_2mshadow_2mshadow_2base_8h.html" title="./base.h" alt="" coords="5345,647,5419,673"/>
<area shape="rect" id="node11" href="stream__gpu-inl_8h.html" title="implementation of GPU code " alt="" coords="5729,497,5869,524"/>
<area shape="rect" id="node12" href="tensor__cpu-inl_8h.html" title="implementation of CPU host code " alt="" coords="4896,259,5031,285"/>
<area shape="rect" id="node17" href="tensor__gpu-inl_8h.html" title="implementation of GPU host code " alt="" coords="5689,259,5824,285"/>
<area shape="rect" id="node18" href="3rdparty_2mshadow_2mshadow_2io_8h.html" title="./io.h" alt="" coords="5508,415,5563,442"/>
<area shape="rect" id="node19" href="tensor__container_8h.html" title="tensor container that does memory allocation and resize like STL " alt="" coords="5157,333,5308,360"/>
<area shape="rect" id="node20" href="random_8h.html" title="Random inline functions for tensor. " alt="" coords="5232,259,5324,285"/>
<area shape="rect" id="node21" href="expr__scalar-inl_8h.html" title="definitions of operators in expression with respect to scalar this file will be included several time..." alt="" coords="5348,259,5485,285"/>
<area shape="rect" id="node14" href="packet-inl_8h.html" title="Generic packet vectorization code. " alt="" coords="4975,497,5082,524"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="extension_8h__dep__incl.png" border="0" usemap="#_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8hdep" alt=""/></div>
<map name="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8hdep" id="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2extension_8hdep">
<area shape="rect" id="node2" href="implicit__gemm_8h.html" title="support for implicit GEMM operation " alt="" coords="545,95,769,151"/>
<area shape="rect" id="node5" href="tensor_8h.html" title="header file of tensor data structure and functions This lib requires explicit memory allocation and d..." alt="" coords="595,407,807,448"/>
<area shape="rect" id="node22" href="broadcast_8h.html" title="support for broadcast and repmat " alt="" coords="793,95,1017,151"/>
<area shape="rect" id="node23" href="unpack__patch2col_8h.html" title="support for unpack " alt="" coords="1041,95,1265,151"/>
<area shape="rect" id="node24" href="pack__col2patch_8h.html" title="support for pack " alt="" coords="1289,95,1513,151"/>
<area shape="rect" id="node25" href="reshape_8h.html" title="support for reshape " alt="" coords="1537,95,1761,151"/>
<area shape="rect" id="node26" href="swapaxis_8h.html" title="support for swapaxis " alt="" coords="1785,95,2009,151"/>
<area shape="rect" id="node27" href="reduceto1d_8h.html" title="support for sum_rows and sumall_except_dim " alt="" coords="2033,95,2257,151"/>
<area shape="rect" id="node28" href="spatial__pool_8h.html" title="support for spatial pooling " alt="" coords="2281,95,2505,151"/>
<area shape="rect" id="node29" href="spatial__unpool_8h.html" title="support for unpool " alt="" coords="2529,95,2753,151"/>
<area shape="rect" id="node30" href="channel__pool_8h.html" title="support for chpool " alt="" coords="2777,95,3001,151"/>
<area shape="rect" id="node31" href="channel__unpool_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/channel_unpool.h" alt="" coords="3025,95,3249,151"/>
<area shape="rect" id="node32" href="pad_8h.html" title="support for pad " alt="" coords="3273,102,3537,143"/>
<area shape="rect" id="node33" href="crop_8h.html" title="support for crop " alt="" coords="3561,95,3785,151"/>
<area shape="rect" id="node34" href="mirror_8h.html" title="support for mirror " alt="" coords="3809,95,4033,151"/>
<area shape="rect" id="node35" href="concat_8h.html" title="support for concatenation " alt="" coords="4057,95,4281,151"/>
<area shape="rect" id="node36" href="choose_8h.html" title="support for implicit array selection operation " alt="" coords="4305,95,4529,151"/>
<area shape="rect" id="node37" href="fill_8h.html" title="support for implicit array filling operation " alt="" coords="4553,95,4777,151"/>
<area shape="rect" id="node38" href="one__hot_8h.html" title="Create one&#45;hot indicator array based on the index. " alt="" coords="4801,95,5025,151"/>
<area shape="rect" id="node39" href="slice_8h.html" title="support for slice a certain dimension. " alt="" coords="5049,95,5273,151"/>
<area shape="rect" id="node40" href="slice__ex_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/slice_ex.h" alt="" coords="5297,95,5521,151"/>
<area shape="rect" id="node41" href="take_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/take.h" alt="" coords="5545,95,5769,151"/>
<area shape="rect" id="node42" href="take__grad_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/take_grad.h" alt="" coords="5793,95,6017,151"/>
<area shape="rect" id="node43" href="reduce__with__axis_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/reduce_with_axis.h" alt="" coords="6041,95,6265,151"/>
<area shape="rect" id="node44" href="broadcast__with__axis_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/broadcast_with_axis.h" alt="" coords="6289,95,6513,151"/>
<area shape="rect" id="node45" href="spatial__upsampling__nearest_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/spatial_upsampling_nearest.h" alt="" coords="6537,95,6761,151"/>
<area shape="rect" id="node46" href="transpose_8h.html" title="support for transpose " alt="" coords="6785,95,7009,151"/>
<area shape="rect" id="node47" href="flip_8h.html" title="support for flip a certain dimension. " alt="" coords="7033,95,7257,151"/>
<area shape="rect" id="node48" href="complex_8h.html" title="support for complex operations " alt="" coords="7281,95,7505,151"/>
<area shape="rect" id="node49" href="range_8h.html" title="support generating a range vector " alt="" coords="7529,95,7753,151"/>
<area shape="rect" id="node50" href="mask_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/mask.h" alt="" coords="7777,95,8001,151"/>
<area shape="rect" id="node3" href="dot__engine-inl_8h.html" title="definitions of how Matrix Multiplications can be evaluated " alt="" coords="567,199,748,255"/>
<area shape="rect" id="node4" href="tensor__cpu-inl_8h.html" title="implementation of CPU host code " alt="" coords="601,303,802,359"/>
<area shape="rect" id="node6" href="expr__engine-inl_8h.html" title="definitions of how expressions should be evaluated " alt="" coords="5,496,195,552"/>
<area shape="rect" id="node7" href="stream__gpu-inl_8h.html" title="implementation of GPU code " alt="" coords="219,496,426,552"/>
<area shape="rect" id="node8" href="packet-inl_8h.html" title="Generic packet vectorization code. " alt="" coords="1613,503,1851,545"/>
<area shape="rect" id="node11" href="tensor__gpu-inl_8h.html" title="implementation of GPU host code " alt="" coords="450,496,651,552"/>
<area shape="rect" id="node12" href="3rdparty_2mshadow_2mshadow_2io_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/io.h" alt="" coords="751,503,935,545"/>
<area shape="rect" id="node13" href="tensor__container_8h.html" title="tensor container that does memory allocation and resize like STL " alt="" coords="779,600,981,656"/>
<area shape="rect" id="node14" href="random_8h.html" title="Random inline functions for tensor. " alt="" coords="590,704,813,745"/>
<area shape="rect" id="node15" href="include_2mxnet_2base_8h.html" title="/work/mxnet/include\l/mxnet/base.h" alt="" coords="1235,503,1389,545"/>
<area shape="rect" id="node20" href="include_2mxnet_2op__attr__types_8h.html" title="/work/mxnet/include\l/mxnet/op_attr_types.h" alt="" coords="1040,801,1213,842"/>
<area shape="rect" id="node9" href="plain-inl_8h.html" title="support of plain packet that use the plain datatype. " alt="" coords="1630,600,1834,656"/>
<area shape="rect" id="node10" href="sse-inl_8h.html" title="support of sse2 packet optimization of some operations " alt="" coords="1858,600,2062,656"/>
<area shape="rect" id="node16" href="packed__func_8h.html" title="Type&#45;erased function used across MXNET API. " alt="" coords="1482,793,1657,849"/>
<area shape="rect" id="node17" href="engine_8h.html" title="Engine that schedules all the operations according to dependency. " alt="" coords="1120,607,1275,649"/>
<area shape="rect" id="node18" href="include_2mxnet_2ndarray_8h.html" title="/work/mxnet/include\l/mxnet/ndarray.h" alt="" coords="1349,704,1504,745"/>
<area shape="rect" id="node19" href="include_2mxnet_2executor_8h.html" title="/work/mxnet/include\l/mxnet/executor.h" alt="" coords="1257,801,1412,842"/>
<area shape="rect" id="node21" href="storage_8h.html" title="Storage manager across multiple devices. " alt="" coords="1349,607,1504,649"/>
</map>
</div>
</div>
<p><a href="extension_8h_source.html">Go to the source code of this file.</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>some extension of expressions, used to support something beyond elementwise op </p>
<dl class="section author"><dt>Author</dt><dd>Tianqi Chen, Bing Xu </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 5 2023 00:58:42 for mxnet by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>