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

Take a column from a matrix. More...

#include <take.h>

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

Public Member Functions

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

Public Attributes

const IndexExp & index_
 index oprand More...
 
const SrcExp & src_
 embediing oprand More...
 

Detailed Description

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

Take a column from a matrix.

Template Parameters
IndexExptype of index expression
SrcExptype of src expression
DTypedata type

Constructor & Destructor Documentation

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

constructor

Member Data Documentation

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

index oprand

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

embediing oprand


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