|
mxnet
|
typecast expression, cast the type of elements More...
#include <expression.h>


Public Member Functions | |
| TypecastExp (const EType &e) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< TypecastExp< DstDType, SrcDType, EType, etype >, DstDType, etype > | |
| const TypecastExp< DstDType, SrcDType, EType, etype > & | self (void) const |
| TypecastExp< DstDType, SrcDType, EType, etype > * | ptrself (void) |
Public Attributes | |
| const EType & | exp |
| expression to be typecasted More... | |
typecast expression, cast the type of elements
| DstDType | the target type we want to cast into |
| SrcDType | the target type we want to cast from |
| EType | the type of the source expression |
| etype | the type of expression after cast |
|
inlineexplicit |
constructor
| const EType& mshadow::expr::TypecastExp< DstDType, SrcDType, EType, etype >::exp |
expression to be typecasted
1.8.13