blob: 761986617d9cdf34774fd470c0f2d9c4f5991188 [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/expr_engine-inl.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="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">expr_engine-inl.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>definitions of how expressions should be evaluated
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;utility&gt;</code><br />
<code>#include &lt;algorithm&gt;</code><br />
<code>#include &quot;./logging.h&quot;</code><br />
<code>#include &quot;<a class="el" href="expression_8h_source.html">./expression.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="tensor_8h_source.html">./tensor.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="dot__engine-inl_8h_source.html">./dot_engine-inl.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for expr_engine-inl.h:</div>
<div class="dyncontent">
<div class="center"><img src="expr__engine-inl_8h__incl.png" border="0" usemap="#_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8h" alt=""/></div>
<map name="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8h" id="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8h">
<area shape="rect" id="node5" href="expression_8h.html" title="definitions of abstract expressions and expressions template " alt="" coords="2154,184,2267,211"/>
<area shape="rect" id="node27" href="tensor_8h.html" title="header file of tensor data structure and functions This lib requires explicit memory allocation and d..." alt="" coords="2621,109,2704,136"/>
<area shape="rect" id="node45" href="dot__engine-inl_8h.html" title="definitions of how Matrix Multiplications can be evaluated " alt="" coords="2023,259,2158,285"/>
<area shape="rect" id="node6" href="3rdparty_2mshadow_2mshadow_2base_8h.html" title="./base.h" alt="" coords="2482,341,2555,367"/>
<area shape="rect" id="node24" href="half_8h.html" title="definition of half (float16) type. " alt="" coords="1941,423,2008,449"/>
<area shape="rect" id="node25" href="half2_8h.html" title="definition of vector float16, half2 type. " alt="" coords="2032,423,2107,449"/>
<area shape="rect" id="node26" href="bfloat_8h.html" title="definition of bfloat type. " alt="" coords="2131,423,2210,449"/>
<area shape="rect" id="node29" href="stream__gpu-inl_8h.html" title="implementation of GPU code " alt="" coords="2819,184,2959,211"/>
<area shape="rect" id="node31" href="extension_8h.html" title="some extension of expressions, used to support something beyond elementwise op " alt="" coords="1211,259,1317,285"/>
<area shape="rect" id="node43" href="tensor__cpu-inl_8h.html" title="implementation of CPU host code " alt="" coords="1995,184,2130,211"/>
<area shape="rect" id="node46" href="tensor__gpu-inl_8h.html" title="implementation of GPU host code " alt="" coords="2661,184,2795,211"/>
<area shape="rect" id="node47" href="3rdparty_2mshadow_2mshadow_2io_8h.html" title="./io.h" alt="" coords="3173,341,3227,367"/>
<area shape="rect" id="node48" href="tensor__container_8h.html" title="tensor container that does memory allocation and resize like STL " alt="" coords="2999,259,3150,285"/>
<area shape="rect" id="node49" href="random_8h.html" title="Random inline functions for tensor. " alt="" coords="2983,184,3075,211"/>
<area shape="rect" id="node50" 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="2343,184,2481,211"/>
<area shape="rect" id="node32" href="broadcast_8h.html" title="support for broadcast and repmat " alt="" coords="339,341,514,367"/>
<area shape="rect" id="node33" href="unpack__patch2col_8h.html" title="support for unpack " alt="" coords="538,333,683,375"/>
<area shape="rect" id="node34" href="pack__col2patch_8h.html" title="support for pack " alt="" coords="1449,341,1660,367"/>
<area shape="rect" id="node35" href="reshape_8h.html" title="support for reshape " alt="" coords="708,341,871,367"/>
<area shape="rect" id="node36" href="swapaxis_8h.html" title="support for swapaxis " alt="" coords="144,341,315,367"/>
<area shape="rect" id="node37" href="reduceto1d_8h.html" title="support for sum_rows and sumall_except_dim " alt="" coords="895,341,1078,367"/>
<area shape="rect" id="node38" href="spatial__pool_8h.html" title="support for spatial pooling " alt="" coords="1683,333,1826,375"/>
<area shape="rect" id="node39" href="spatial__unpool_8h.html" title="support for unpool " alt="" coords="1850,333,1993,375"/>
<area shape="rect" id="node40" href="channel__pool_8h.html" title="support for chpool " alt="" coords="1103,333,1252,375"/>
<area shape="rect" id="node41" href="channel__unpool_8h.html" title="./extension/channel\l_unpool.h" alt="" coords="1276,333,1425,375"/>
<area shape="rect" id="node42" href="implicit__gemm_8h.html" title="support for implicit GEMM operation " alt="" coords="2017,333,2164,375"/>
</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="expr__engine-inl_8h__dep__incl.png" border="0" usemap="#_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8hdep" alt=""/></div>
<map name="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8hdep" id="_2work_2mxnet_23rdparty_2mshadow_2mshadow_2expr__engine-inl_8hdep">
<area shape="rect" id="node2" href="extension_8h.html" title="some extension of expressions, used to support something beyond elementwise op " alt="" coords="3759,109,3995,151"/>
<area shape="rect" id="node6" href="tensor_8h.html" title="header file of tensor data structure and functions This lib requires explicit memory allocation and d..." alt="" coords="7443,511,7655,552"/>
<area shape="rect" id="node3" href="implicit__gemm_8h.html" title="support for implicit GEMM operation " alt="" coords="6741,199,6965,255"/>
<area shape="rect" id="node22" href="broadcast_8h.html" title="support for broadcast and repmat " alt="" coords="6245,199,6469,255"/>
<area shape="rect" id="node23" href="unpack__patch2col_8h.html" title="support for unpack " alt="" coords="6493,199,6717,255"/>
<area shape="rect" id="node24" href="pack__col2patch_8h.html" title="support for pack " alt="" coords="6989,199,7213,255"/>
<area shape="rect" id="node25" href="reshape_8h.html" title="support for reshape " alt="" coords="7237,199,7461,255"/>
<area shape="rect" id="node26" href="swapaxis_8h.html" title="support for swapaxis " alt="" coords="5,199,229,255"/>
<area shape="rect" id="node27" href="reduceto1d_8h.html" title="support for sum_rows and sumall_except_dim " alt="" coords="253,199,477,255"/>
<area shape="rect" id="node28" href="spatial__pool_8h.html" title="support for spatial pooling " alt="" coords="501,199,725,255"/>
<area shape="rect" id="node29" href="spatial__unpool_8h.html" title="support for unpool " alt="" coords="749,199,973,255"/>
<area shape="rect" id="node30" href="channel__pool_8h.html" title="support for chpool " alt="" coords="997,199,1221,255"/>
<area shape="rect" id="node31" href="channel__unpool_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/channel_unpool.h" alt="" coords="1245,199,1469,255"/>
<area shape="rect" id="node32" href="pad_8h.html" title="support for pad " alt="" coords="1493,206,1757,247"/>
<area shape="rect" id="node33" href="crop_8h.html" title="support for crop " alt="" coords="1781,199,2005,255"/>
<area shape="rect" id="node34" href="mirror_8h.html" title="support for mirror " alt="" coords="2029,199,2253,255"/>
<area shape="rect" id="node35" href="concat_8h.html" title="support for concatenation " alt="" coords="2277,199,2501,255"/>
<area shape="rect" id="node36" href="choose_8h.html" title="support for implicit array selection operation " alt="" coords="2525,199,2749,255"/>
<area shape="rect" id="node37" href="fill_8h.html" title="support for implicit array filling operation " alt="" coords="2773,199,2997,255"/>
<area shape="rect" id="node38" href="one__hot_8h.html" title="Create one&#45;hot indicator array based on the index. " alt="" coords="3021,199,3245,255"/>
<area shape="rect" id="node39" href="slice_8h.html" title="support for slice a certain dimension. " alt="" coords="3269,199,3493,255"/>
<area shape="rect" id="node40" href="slice__ex_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/slice_ex.h" alt="" coords="3517,199,3741,255"/>
<area shape="rect" id="node41" href="take_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/take.h" alt="" coords="3765,199,3989,255"/>
<area shape="rect" id="node42" href="take__grad_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/take_grad.h" alt="" coords="4013,199,4237,255"/>
<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="4261,199,4485,255"/>
<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="4509,199,4733,255"/>
<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="4757,199,4981,255"/>
<area shape="rect" id="node46" href="transpose_8h.html" title="support for transpose " alt="" coords="5005,199,5229,255"/>
<area shape="rect" id="node47" href="flip_8h.html" title="support for flip a certain dimension. " alt="" coords="5253,199,5477,255"/>
<area shape="rect" id="node48" href="complex_8h.html" title="support for complex operations " alt="" coords="5501,199,5725,255"/>
<area shape="rect" id="node49" href="range_8h.html" title="support generating a range vector " alt="" coords="5749,199,5973,255"/>
<area shape="rect" id="node50" href="mask_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/extension\l/mask.h" alt="" coords="5997,199,6221,255"/>
<area shape="rect" id="node4" href="dot__engine-inl_8h.html" title="definitions of how Matrix Multiplications can be evaluated " alt="" coords="7320,303,7501,359"/>
<area shape="rect" id="node5" href="tensor__cpu-inl_8h.html" title="implementation of CPU host code " alt="" coords="7310,407,7511,463"/>
<area shape="rect" id="node7" href="stream__gpu-inl_8h.html" title="implementation of GPU code " alt="" coords="7067,600,7274,656"/>
<area shape="rect" id="node8" href="packet-inl_8h.html" title="Generic packet vectorization code. " alt="" coords="6805,607,7043,649"/>
<area shape="rect" id="node11" href="tensor__gpu-inl_8h.html" title="implementation of GPU host code " alt="" coords="7298,600,7499,656"/>
<area shape="rect" id="node12" href="3rdparty_2mshadow_2mshadow_2io_8h.html" title="/work/mxnet/3rdparty\l/mshadow/mshadow/io.h" alt="" coords="7673,607,7857,649"/>
<area shape="rect" id="node13" href="tensor__container_8h.html" title="tensor container that does memory allocation and resize like STL " alt="" coords="7599,704,7801,760"/>
<area shape="rect" id="node14" href="random_8h.html" title="Random inline functions for tensor. " alt="" coords="7438,808,7661,849"/>
<area shape="rect" id="node15" href="include_2mxnet_2base_8h.html" title="/work/mxnet/include\l/mxnet/base.h" alt="" coords="7927,607,8081,649"/>
<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="8208,905,8381,946"/>
<area shape="rect" id="node9" href="plain-inl_8h.html" title="support of plain packet that use the plain datatype. " alt="" coords="6709,704,6913,760"/>
<area shape="rect" id="node10" href="sse-inl_8h.html" title="support of sse2 packet optimization of some operations " alt="" coords="6937,704,7141,760"/>
<area shape="rect" id="node16" href="packed__func_8h.html" title="Type&#45;erased function used across MXNET API. " alt="" coords="7807,897,7982,953"/>
<area shape="rect" id="node17" href="engine_8h.html" title="Engine that schedules all the operations according to dependency. " alt="" coords="8105,711,8260,753"/>
<area shape="rect" id="node18" href="include_2mxnet_2ndarray_8h.html" title="/work/mxnet/include\l/mxnet/ndarray.h" alt="" coords="7948,808,8103,849"/>
<area shape="rect" id="node19" href="include_2mxnet_2executor_8h.html" title="/work/mxnet/include\l/mxnet/executor.h" alt="" coords="8021,905,8176,946"/>
<area shape="rect" id="node21" href="storage_8h.html" title="Storage manager across multiple devices. " alt="" coords="7927,711,8081,753"/>
</map>
</div>
</div>
<p><a href="expr__engine-inl_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1MakeTensorExp.html">mshadow::expr::MakeTensorExp&lt; SubType, SrcExp, dim, DType &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">a general class that allows extension that makes tensors of some shape <a href="structmshadow_1_1expr_1_1MakeTensorExp.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan.html">mshadow::expr::Plan&lt; ExpType, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01Tensor_3_01Device_00_01dim_00_01DType_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; Tensor&lt; Device, dim, DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01Tensor_3_01Device_00_011_00_01DType_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; Tensor&lt; Device, 1, DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01ScalarExp_3_01DType_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; ScalarExp&lt; DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01TypecastExp_3_01DstDType_00_01SrcDType_00_01EType_00_01etype_01_4_00_01DstDType_01_4.html">mshadow::expr::Plan&lt; TypecastExp&lt; DstDType, SrcDType, EType, etype &gt;, DstDType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01TernaryMapExp_3_01OP_00_01TA_00_01TB_00_01TC_00_01DType_00_01etype_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; TernaryMapExp&lt; OP, TA, TB, TC, DType, etype &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01BinaryMapExp_3_01OP_00_01TA_00_01TB_00_01DType_00_01etype_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; BinaryMapExp&lt; OP, TA, TB, DType, etype &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01UnaryMapExp_3_01OP_00_01TA_00_01DType_00_01etype_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; UnaryMapExp&lt; OP, TA, DType, etype &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1Plan_3_01MakeTensorExp_3_01SubType_00_01SrcExp_00_01dim_00_01DType_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; MakeTensorExp&lt; SubType, SrcExp, dim, DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmshadow_1_1expr_1_1Plan_3_01TransposeExp_3_01EType_00_01DType_01_4_00_01DType_01_4.html">mshadow::expr::Plan&lt; TransposeExp&lt; EType, DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo.html">mshadow::expr::ExpInfo&lt; E &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">static type inference template, used to get the dimension of each expression, if <a class="el" href="structmshadow_1_1expr_1_1ExpInfo.html#a0b0afc287b577f89dc3eb119c2fef778">ExpInfo&lt;E&gt;::kDim</a> == -1, this means here are mismatch in expression if (<a class="el" href="structmshadow_1_1expr_1_1ExpInfo.html#a610f3258c19b544f4056ea78c3259eb7">ExpInfo&lt;E&gt;::kDevMask</a> &amp; <a class="el" href="structmshadow_1_1cpu.html#a57f74b500825e21c0c246ad5b4e5016b" title="device flag number, identifies this device ">cpu::kDevMask</a>) != 0, this means this expression can be assigned to cpu <a href="structmshadow_1_1expr_1_1ExpInfo.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01ScalarExp_3_01DType_01_4_01_4.html">mshadow::expr::ExpInfo&lt; ScalarExp&lt; DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01TransposeExp_3_01E_00_01DType_01_4_01_4.html">mshadow::expr::ExpInfo&lt; TransposeExp&lt; E, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01TypecastExp_3_01DstDType_00_01SrcDType_00_01EType_00_01etype_01_4_01_4.html">mshadow::expr::ExpInfo&lt; TypecastExp&lt; DstDType, SrcDType, EType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01Tensor_3_01Device_00_01dim_00_01DType_01_4_01_4.html">mshadow::expr::ExpInfo&lt; Tensor&lt; Device, dim, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01MakeTensorExp_3_01T_00_01SrcExp_00_01dim_00_01DType_01_4_01_4.html">mshadow::expr::ExpInfo&lt; MakeTensorExp&lt; T, SrcExp, dim, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01UnaryMapExp_3_01OP_00_01TA_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ExpInfo&lt; UnaryMapExp&lt; OP, TA, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01BinaryMapExp_3_01OP_00_01TA_00_01TB_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ExpInfo&lt; BinaryMapExp&lt; OP, TA, TB, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpInfo_3_01TernaryMapExp_3_01OP_00_01TA_00_01TB_00_01TC_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ExpInfo&lt; TernaryMapExp&lt; OP, TA, TB, TC, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1TypeCheck.html">mshadow::expr::TypeCheck&lt; Device, dim, DType, E &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">template to do type check <a href="structmshadow_1_1expr_1_1TypeCheck.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1TypeCheckPass.html">mshadow::expr::TypeCheckPass&lt; kPass &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">used to help static type check <a href="structmshadow_1_1expr_1_1TypeCheckPass.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1TypeCheckPass_3_01false_01_4.html">mshadow::expr::TypeCheckPass&lt; false &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1TypeCheckPass_3_01true_01_4.html">mshadow::expr::TypeCheckPass&lt; true &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1StreamInfo.html">mshadow::expr::StreamInfo&lt; Device, E &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1StreamInfo_3_01Device_00_01Tensor_3_01Device_00_01dim_00_01DType_01_4_01_4.html">mshadow::expr::StreamInfo&lt; Device, Tensor&lt; Device, dim, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck.html">mshadow::expr::ShapeCheck&lt; dim, E &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">runtime shape checking template get the shape of an expression, report error if shape mismatch <a href="structmshadow_1_1expr_1_1ShapeCheck.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01ScalarExp_3_01DType_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, ScalarExp&lt; DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01TypecastExp_3_01DstDType_00_01SrcDType_00_01EType_00_01etype_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, TypecastExp&lt; DstDType, SrcDType, EType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01TransposeExp_3_01E_00_01DType_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, TransposeExp&lt; E, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01Tensor_3_01Device_00_01dim_00_01DType_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, Tensor&lt; Device, dim, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01MakeTensorExp_3_01T_00_01SrcExp_00_01dim_00_01DType_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, MakeTensorExp&lt; T, SrcExp, dim, DType &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01UnaryMapExp_3_01OP_00_01TA_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, UnaryMapExp&lt; OP, TA, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01BinaryMapExp_3_01OP_00_01TA_00_01TB_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, BinaryMapExp&lt; OP, TA, TB, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ShapeCheck_3_01dim_00_01TernaryMapExp_3_01OP_00_01TA_00_01TB_00_01TC_00_01DType_00_01etype_01_4_01_4.html">mshadow::expr::ShapeCheck&lt; dim, TernaryMapExp&lt; OP, TA, TB, TC, DType, etype &gt; &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpComplexEngine.html">mshadow::expr::ExpComplexEngine&lt; SV, RV, E, DType &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">some engine that evaluate complex expression <a href="structmshadow_1_1expr_1_1ExpComplexEngine.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpEngine.html">mshadow::expr::ExpEngine&lt; SV, RV, DType &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">the engine that dispatches simple operations <a href="structmshadow_1_1expr_1_1ExpEngine.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmshadow_1_1expr_1_1ExpComplexEngine_3_01SV_00_01Tensor_3_01Device_00_01dim_00_01DType_01_47b13e79d3de637ccc415ee1b719a03c4.html">mshadow::expr::ExpComplexEngine&lt; SV, Tensor&lt; Device, dim, DType &gt;, DotExp&lt; Tensor&lt; Device, ldim, DType &gt;, Tensor&lt; Device, rdim, DType &gt;, ltrans, rtrans, DType &gt;, DType &gt;</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespacemshadow"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemshadow.html">mshadow</a></td></tr>
<tr class="memdesc:namespacemshadow"><td class="mdescLeft">&#160;</td><td class="mdescRight">overloaded + operator between half_t and bf16_t <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:namespacemshadow_1_1expr"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html">mshadow::expr</a></td></tr>
<tr class="memdesc:namespacemshadow_1_1expr"><td class="mdescLeft">&#160;</td><td class="mdescRight">namespace for abstract expressions and expressions template, have no dependency on <a class="el" href="tensor_8h.html" title="header file of tensor data structure and functions This lib requires explicit memory allocation and d...">tensor.h</a>, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aefd008a0bf012dc8fb99d9bbcca7a078"><td class="memTemplParams" colspan="2">template&lt;typename OP , typename TA , typename TB , typename DType , int etype&gt; </td></tr>
<tr class="memitem:aefd008a0bf012dc8fb99d9bbcca7a078"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; BinaryMapExp&lt; OP, TA, TB, DType, etype &gt;, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#aefd008a0bf012dc8fb99d9bbcca7a078">mshadow::expr::MakePlan</a> (const BinaryMapExp&lt; OP, TA, TB, DType, etype &gt; &amp;e)</td></tr>
<tr class="separator:aefd008a0bf012dc8fb99d9bbcca7a078"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a932a464dbbe0df8717f94e568b50a4a3"><td class="memTemplParams" colspan="2">template&lt;typename OP , typename TA , typename TB , typename TC , typename DType , int etype&gt; </td></tr>
<tr class="memitem:a932a464dbbe0df8717f94e568b50a4a3"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; TernaryMapExp&lt; OP, TA, TB, TC, DType, etype &gt;, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#a932a464dbbe0df8717f94e568b50a4a3">mshadow::expr::MakePlan</a> (const TernaryMapExp&lt; OP, TA, TB, TC, DType, etype &gt; &amp;e)</td></tr>
<tr class="separator:a932a464dbbe0df8717f94e568b50a4a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acd91dd3165021e854c6cc8e2ef57dd65"><td class="memTemplParams" colspan="2">template&lt;typename DType &gt; </td></tr>
<tr class="memitem:acd91dd3165021e854c6cc8e2ef57dd65"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; ScalarExp&lt; DType &gt;, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#acd91dd3165021e854c6cc8e2ef57dd65">mshadow::expr::MakePlan</a> (const ScalarExp&lt; DType &gt; &amp;e)</td></tr>
<tr class="separator:acd91dd3165021e854c6cc8e2ef57dd65"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3e3fd5c40912dc89a8c8b36abff706f"><td class="memTemplParams" colspan="2">template&lt;typename DstDType , typename SrcDType , typename EType , int etype&gt; </td></tr>
<tr class="memitem:ae3e3fd5c40912dc89a8c8b36abff706f"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; TypecastExp&lt; DstDType, SrcDType, EType, etype &gt;, DstDType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#ae3e3fd5c40912dc89a8c8b36abff706f">mshadow::expr::MakePlan</a> (const TypecastExp&lt; DstDType, SrcDType, EType, etype &gt; &amp;e)</td></tr>
<tr class="separator:ae3e3fd5c40912dc89a8c8b36abff706f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7daba1a3910055710ab777a38469a70c"><td class="memTemplParams" colspan="2">template&lt;typename T , typename DType &gt; </td></tr>
<tr class="memitem:a7daba1a3910055710ab777a38469a70c"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; T, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#a7daba1a3910055710ab777a38469a70c">mshadow::expr::MakePlan</a> (const RValueExp&lt; T, DType &gt; &amp;e)</td></tr>
<tr class="separator:a7daba1a3910055710ab777a38469a70c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7fa0145ccb19ea9c245b04dcd74a34c0"><td class="memTemplParams" colspan="2">template&lt;typename T , typename DType &gt; </td></tr>
<tr class="memitem:a7fa0145ccb19ea9c245b04dcd74a34c0"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; TransposeExp&lt; T, DType &gt;, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#a7fa0145ccb19ea9c245b04dcd74a34c0">mshadow::expr::MakePlan</a> (const TransposeExp&lt; T, DType &gt; &amp;e)</td></tr>
<tr class="separator:a7fa0145ccb19ea9c245b04dcd74a34c0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1634693e23ecc5dfd5641cdd0704560d"><td class="memTemplParams" colspan="2">template&lt;typename T , typename SrcExp , int dim, typename DType &gt; </td></tr>
<tr class="memitem:a1634693e23ecc5dfd5641cdd0704560d"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; T, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#a1634693e23ecc5dfd5641cdd0704560d">mshadow::expr::MakePlan</a> (const MakeTensorExp&lt; T, SrcExp, dim, DType &gt; &amp;e)</td></tr>
<tr class="separator:a1634693e23ecc5dfd5641cdd0704560d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29a0111c1bcac0930d66c9268fa77937"><td class="memTemplParams" colspan="2">template&lt;typename OP , typename TA , typename DType , int etype&gt; </td></tr>
<tr class="memitem:a29a0111c1bcac0930d66c9268fa77937"><td class="memTemplItemLeft" align="right" valign="top">Plan&lt; UnaryMapExp&lt; OP, TA, DType, etype &gt;, DType &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemshadow_1_1expr.html#a29a0111c1bcac0930d66c9268fa77937">mshadow::expr::MakePlan</a> (const UnaryMapExp&lt; OP, TA, DType, etype &gt; &amp;e)</td></tr>
<tr class="separator:a29a0111c1bcac0930d66c9268fa77937"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>definitions of how expressions should be evaluated </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>