|
mxnet
|
Set value of a specific element in each line of the data matrix. More...
#include <fill.h>


Public Member Functions | |
| MatFillRowElementExp (const SrcExp &src, const ValExp &val, const IndexExp &index) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >, DType, type::kChainer > | |
| const MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType > & | self (void) const |
| MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType > * | ptrself (void) |
Public Attributes | |
| const SrcExp & | src_ |
| src operand More... | |
| const ValExp & | val_ |
| const IndexExp & | index_ |
| index operand More... | |
Set value of a specific element in each line of the data matrix.
| SrcExp | type of src expression |
| ValExp | type of val expression |
| IndexExp | type of index expression |
| DType | the type of ret expression |
|
inline |
constructor
| const IndexExp& mshadow::expr::MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >::index_ |
index operand
| const SrcExp& mshadow::expr::MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >::src_ |
src operand
| const ValExp& mshadow::expr::MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >::val_ |
1.8.13