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::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 <tensor_expr_engine-inl.hpp>

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

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