Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Static Public Attributes | List of all members
mshadow::expr::TypeCheck< Device, dim, E > Struct Template Reference

template to do type check More...

#include <tensor_expr_engine-inl.hpp>

Static Public Attributes

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

Detailed Description

template<typename Device, int dim, typename E>
struct mshadow::expr::TypeCheck< Device, dim, E >

template to do type check


The documentation for this struct was generated from the following file: