|
| | ConcatExp (const LhsExp &src1, const RhsExp &src2) |
| |
| template<typename E , int etype> |
| void | operator= (const expr::Exp< E, DType, etype > &exp) |
| |
| void | operator= (const DType &exp) |
| |
Public Member Functions inherited from mshadow::expr::RValueExp< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType > |
| const TransposeExp< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType > | T (void) const |
| | transpose of a matrix More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator+= (DType s) |
| | operator overload More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator+= (const Exp< E, DType, etype > &exp) |
| | implementation of operator+= More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator-= (DType s) |
| | operator overload More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator-= (const Exp< E, DType, etype > &exp) |
| | implementation of operator-= More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator*= (DType s) |
| | operator overload More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator*= (const Exp< E, DType, etype > &exp) |
| | implementation of operator*= More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator/= (DType s) |
| | operator overload More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | operator/= (const Exp< E, DType, etype > &exp) |
| | implementation of operator/= More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | __assign (DType s) |
| | operator overload More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | __assign (const Exp< E, DType, etype > &exp) |
| | we can not define container = container More...
|
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | __assign (const Exp< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType, type::kRValue > &exp) |
| | operator overload, assign More...
|
| |
Public Member Functions inherited from mshadow::expr::Exp< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType, type::kRValue > |
| const ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > & | self (void) const |
| |
| ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > * | ptrself (void) |
| |
template<typename LhsExp, typename RhsExp, typename Device, typename DType, int srcdim, int dimsrc_m_cat>
struct mshadow::expr::ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >
concat expression, concat two tensor's channel
- Template Parameters
-
| LhsExp | left expression |
| RhsExp | right expression |
| DType | the type of elements |
| srcdim | dimension of src |
| dimsrc_m_cat | dimsrc - dimcat |