|
mxnet
|
Take a column from a matrix. More...
#include <take.h>


Public Member Functions | |
| TakeExp (const IndexExp &index, const SrcExp &src) | |
Public Member Functions inherited from mshadow::expr::Exp< TakeExp< IndexExp, SrcExp, DType >, DType, type::kChainer > | |
| const TakeExp< IndexExp, SrcExp, DType > & | self (void) const |
| TakeExp< IndexExp, SrcExp, DType > * | ptrself (void) |
Public Attributes | |
| const IndexExp & | index_ |
| index oprand More... | |
| const SrcExp & | src_ |
| embediing oprand More... | |
Take a column from a matrix.
| IndexExp | type of index expression |
| SrcExp | type of src expression |
| DType | data type |
|
inline |
constructor
| const IndexExp& mshadow::expr::TakeExp< IndexExp, SrcExp, DType >::index_ |
index oprand
| const SrcExp& mshadow::expr::TakeExp< IndexExp, SrcExp, DType >::src_ |
embediing oprand
1.8.11