|
mxnet
|
template to do type check More...
#include <expr_engine-inl.h>

Static Public Attributes | |
| static const int | kExpDim = ExpInfo<E>::kDim |
| dimension of expression More... | |
| static const bool | kDevPass = (ExpInfo<E>::kDevMask & Device::kDevMask) != 0 |
| whether the expression device type matches More... | |
| static const bool | kMapPass = (kExpDim == 0 || kExpDim == dim) && kDevPass |
| whether the expression can be mapped to expression of dim More... | |
| static const bool | kRedPass = (kExpDim > dim) && kDevPass |
| whether the expression can be reduced to expression of dim More... | |
template to do type check
|
static |
whether the expression device type matches
|
static |
dimension of expression
|
static |
whether the expression can be mapped to expression of dim
|
static |
whether the expression can be reduced to expression of dim
1.8.13