|
mxnet
|
Broadcast a mask and do element-wise multiplication. More...
#include <mask.h>


Public Member Functions | |
| MaskExp (const IndexExp &index, const SrcExp &src) | |
Public Member Functions inherited from mshadow::expr::Exp< MaskExp< IndexExp, SrcExp, DType >, DType, type::kChainer > | |
| const MaskExp< IndexExp, SrcExp, DType > & | self (void) const |
| MaskExp< IndexExp, SrcExp, DType > * | ptrself (void) |
Public Attributes | |
| const IndexExp & | index_ |
| index oprand More... | |
| const SrcExp & | src_ |
| matrix oprand More... | |
Broadcast a mask and do element-wise multiplication.
| IndexExp | type of index expression |
| SrcExp | type of src expression |
| DType | data type |
|
inline |
constructor
| const IndexExp& mshadow::expr::MaskExp< IndexExp, SrcExp, DType >::index_ |
index oprand
| const SrcExp& mshadow::expr::MaskExp< IndexExp, SrcExp, DType >::src_ |
matrix oprand
1.8.11