mxnet
Public Member Functions | Public Attributes | List of all members
mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType > Struct Template Reference

Make a choice of index in the lowest changing dimension. More...

#include <choose.h>

Inheritance diagram for mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >:
Inheritance graph
Collaboration diagram for mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >:
Collaboration graph

Public Member Functions

 MatChooseRowElementExp (const SrcExp &src, const IndexExp &index)
 constructor More...
 
- Public Member Functions inherited from mshadow::expr::Exp< MatChooseRowElementExp< SrcExp, IndexExp, DType >, DType, type::kChainer >
const MatChooseRowElementExp< SrcExp, IndexExp, DType > & self (void) const
 
MatChooseRowElementExp< SrcExp, IndexExp, DType > * ptrself (void)
 

Public Attributes

const SrcExp & src_
 source operand More...
 
const IndexExp & index_
 index operand More...
 

Detailed Description

template<typename SrcExp, typename IndexExp, typename DType>
struct mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >

Make a choice of index in the lowest changing dimension.

Template Parameters
SrcExptype of lhs expression
IndexExptype of index expression
DTypethe type of elements

Constructor & Destructor Documentation

template<typename SrcExp, typename IndexExp, typename DType>
mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >::MatChooseRowElementExp ( const SrcExp &  src,
const IndexExp &  index 
)
inline

constructor

Member Data Documentation

template<typename SrcExp, typename IndexExp, typename DType>
const IndexExp& mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >::index_

index operand

template<typename SrcExp, typename IndexExp, typename DType>
const SrcExp& mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >::src_

source operand


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