mxnet
Static Public Attributes | List of all members
mshadow::expr::ExpInfo< E > Struct Template Reference

static type inference template, used to get the dimension of each expression, if ExpInfo<E>::kDim == -1, this means here are mismatch in expression if (ExpInfo<E>::kDevMask & cpu::kDevMask) != 0, this means this expression can be assigned to cpu More...

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::ExpInfo< E >:
Collaboration graph

Static Public Attributes

static const int kDim = -1
 
static const int kDevMask = 0
 

Detailed Description

template<typename E>
struct mshadow::expr::ExpInfo< E >

static type inference template, used to get the dimension of each expression, if ExpInfo<E>::kDim == -1, this means here are mismatch in expression if (ExpInfo<E>::kDevMask & cpu::kDevMask) != 0, this means this expression can be assigned to cpu

Template Parameters
Eexpression

Member Data Documentation

template<typename E>
const int mshadow::expr::ExpInfo< E >::kDevMask = 0
static
template<typename E>
const int mshadow::expr::ExpInfo< E >::kDim = -1
static

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