mxnet
Static Public Attributes | List of all members
mshadow::expr::ExpInfo< ImplicitGEMMExp< LhsExp, RhsExp, DType > > Struct Template Reference

#include <implicit_gemm.h>

Collaboration diagram for mshadow::expr::ExpInfo< ImplicitGEMMExp< LhsExp, RhsExp, DType > >:
Collaboration graph

Static Public Attributes

static const int kDim = 2
 
static const int kDevMask = ExpInfo<LhsExp>::kDevMask & ExpInfo<RhsExp>::kDevMask
 

Member Data Documentation

template<typename LhsExp , typename RhsExp , typename DType >
const int mshadow::expr::ExpInfo< ImplicitGEMMExp< LhsExp, RhsExp, DType > >::kDevMask = ExpInfo<LhsExp>::kDevMask & ExpInfo<RhsExp>::kDevMask
static
template<typename LhsExp , typename RhsExp , typename DType >
const int mshadow::expr::ExpInfo< ImplicitGEMMExp< LhsExp, RhsExp, DType > >::kDim = 2
static

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