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

binary map expression lhs [op] rhs where lhs and rhs are complex tensors More...

#include <complex.h>

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

Public Member Functions

 ComplexBinaryMapExp (const TA &lhs, const TB &rhs)
 constructor More...
 
- Public Member Functions inherited from mshadow::expr::Exp< ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype >, DType, etype >
const ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > & self (void) const
 
ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype > * ptrself (void)
 

Public Attributes

const TA & lhs_
 left operand More...
 
const TB & rhs_
 right operand More...
 

Detailed Description

template<int calctype, typename OP, typename TA, typename TB, typename DType, int etype>
struct mshadow::expr::ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype >

binary map expression lhs [op] rhs where lhs and rhs are complex tensors

Template Parameters
OPoperator
calctypetype of the calculation
TAtype of lhs
TBtype of rhs
etypeexpression type, sa namespace::type

Constructor & Destructor Documentation

template<int calctype, typename OP, typename TA, typename TB, typename DType, int etype>
mshadow::expr::ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype >::ComplexBinaryMapExp ( const TA &  lhs,
const TB &  rhs 
)
inlineexplicit

constructor

Member Data Documentation

template<int calctype, typename OP, typename TA, typename TB, typename DType, int etype>
const TA& mshadow::expr::ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype >::lhs_

left operand

template<int calctype, typename OP, typename TA, typename TB, typename DType, int etype>
const TB& mshadow::expr::ComplexBinaryMapExp< calctype, OP, TA, TB, DType, etype >::rhs_

right operand


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