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

#include <complex.h>

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

Static Public Attributes

static const int kDimLhs = ExpInfo<TA>::kDim
 
static const int kDimRhs = ExpInfo<TB>::kDim
 
static const int kDim
 
static const int kDevMask = ExpInfo<TA>::kDevMask & ExpInfo<TB>::kDevMask
 

Member Data Documentation

template<int calctype, typename OP , typename TA , typename TB , typename DType , int etype>
const int mshadow::expr::ExpInfo< ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > >::kDevMask = ExpInfo<TA>::kDevMask & ExpInfo<TB>::kDevMask
static
template<int calctype, typename OP , typename TA , typename TB , typename DType , int etype>
const int mshadow::expr::ExpInfo< ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > >::kDim
static
Initial value:
= (kDimLhs >= 0 && kDimRhs >= 0) ?
(kDimLhs == 0 ?
((kDimRhs == 0 || kDimLhs == kDimRhs) ? kDimLhs : -1)) : -1
template<int calctype, typename OP , typename TA , typename TB , typename DType , int etype>
const int mshadow::expr::ExpInfo< ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > >::kDimLhs = ExpInfo<TA>::kDim
static
template<int calctype, typename OP , typename TA , typename TB , typename DType , int etype>
const int mshadow::expr::ExpInfo< ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > >::kDimRhs = ExpInfo<TB>::kDim
static

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