mxnet
Static Public Attributes | List of all members
mshadow::expr::ExpInfo< MakeTensorExp< T, SrcExp, dim, DType > > Struct Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::ExpInfo< MakeTensorExp< T, SrcExp, dim, DType > >:
Collaboration graph

Static Public Attributes

static const int kDimSrc = ExpInfo<SrcExp>::kDim
 
static const int kDim = kDimSrc >= 0 ? dim : -1
 
static const int kDevMask = ExpInfo<SrcExp>::kDevMask
 

Member Data Documentation

template<typename T , typename SrcExp , int dim, typename DType >
const int mshadow::expr::ExpInfo< MakeTensorExp< T, SrcExp, dim, DType > >::kDevMask = ExpInfo<SrcExp>::kDevMask
static
template<typename T , typename SrcExp , int dim, typename DType >
const int mshadow::expr::ExpInfo< MakeTensorExp< T, SrcExp, dim, DType > >::kDim = kDimSrc >= 0 ? dim : -1
static
template<typename T , typename SrcExp , int dim, typename DType >
const int mshadow::expr::ExpInfo< MakeTensorExp< T, SrcExp, dim, DType > >::kDimSrc = ExpInfo<SrcExp>::kDim
static

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