|
mxnet
|
Make a choice of index in the lowest changing dimension. More...
#include <choose.h>


Public Member Functions | |
| MatChooseRowElementExp (const SrcExp &src, const IndexExp &index) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< MatChooseRowElementExp< SrcExp, IndexExp, DType >, DType, type::kChainer > | |
| const MatChooseRowElementExp< SrcExp, IndexExp, DType > & | self (void) const |
| MatChooseRowElementExp< SrcExp, IndexExp, DType > * | ptrself (void) |
Public Attributes | |
| const SrcExp & | src_ |
| source operand More... | |
| const IndexExp & | index_ |
| index operand More... | |
Make a choice of index in the lowest changing dimension.
| SrcExp | type of lhs expression |
| IndexExp | type of index expression |
| DType | the type of elements |
|
inline |
constructor
| const IndexExp& mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >::index_ |
index operand
| const SrcExp& mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >::src_ |
source operand
1.8.11