|
mxnet
|
unary map expression op(src) More...
#include <expression.h>


Public Member Functions | |
| UnaryMapExp (const TA &src) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< UnaryMapExp< OP, TA, DType, etype >, DType, etype > | |
| const UnaryMapExp< OP, TA, DType, etype > & | self (void) const |
| UnaryMapExp< OP, TA, DType, etype > * | ptrself (void) |
Public Attributes | |
| const TA & | src_ |
| source expression More... | |
unary map expression op(src)
| OP | operator |
| TA | type of src |
| etype | expression type, sa namespace::type |
|
inlineexplicit |
constructor
| const TA& mshadow::expr::UnaryMapExp< OP, TA, DType, etype >::src_ |
source expression
1.8.13