|
mxnet
|
scalar expression More...
#include <expression.h>


Public Member Functions | |
| ScalarExp (DType scalar) | |
| implicit constructor, MUST NOT BE explicit More... | |
Public Member Functions inherited from mshadow::expr::Exp< ScalarExp< DType >, DType, type::kMapper > | |
| const ScalarExp< DType > & | self (void) const |
| ScalarExp< DType > * | ptrself (void) |
Public Attributes | |
| DType | scalar_ |
| scalar value More... | |
scalar expression
| DType | the data type of the scalar |
|
inline |
implicit constructor, MUST NOT BE explicit
| DType mshadow::expr::ScalarExp< DType >::scalar_ |
scalar value
1.8.13