mxnet
Static Public Attributes | List of all members
mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > > Struct Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >:
Collaboration graph

Static Public Attributes

static const int kDimItem1 = ExpInfo<TA>::kDim
 
static const int kDimItem2 = ExpInfo<TB>::kDim
 
static const int kDimItem3 = ExpInfo<TC>::kDim
 
static const int kDim = kDimItem1
 
static const int kDevMask = ExpInfo<TA>::kDevMask & ExpInfo<TB>::kDevMask & ExpInfo<TC>::kDevMask
 

Member Data Documentation

template<typename OP , typename TA , typename TB , typename TC , typename DType , int etype>
const int mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >::kDevMask = ExpInfo<TA>::kDevMask & ExpInfo<TB>::kDevMask & ExpInfo<TC>::kDevMask
static
template<typename OP , typename TA , typename TB , typename TC , typename DType , int etype>
const int mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >::kDim = kDimItem1
static
template<typename OP , typename TA , typename TB , typename TC , typename DType , int etype>
const int mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >::kDimItem1 = ExpInfo<TA>::kDim
static
template<typename OP , typename TA , typename TB , typename TC , typename DType , int etype>
const int mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >::kDimItem2 = ExpInfo<TB>::kDim
static
template<typename OP , typename TA , typename TB , typename TC , typename DType , int etype>
const int mshadow::expr::ExpInfo< TernaryMapExp< OP, TA, TB, TC, DType, etype > >::kDimItem3 = ExpInfo<TC>::kDim
static

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