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