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

Set value of a specific element in each line of the data matrix. More...

#include <fill.h>

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

Public Member Functions

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

Public Attributes

const SrcExp & src_
 src operand More...
 
const ValExp & val_
 
const IndexExp & index_
 index operand More...
 

Detailed Description

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

Set value of a specific element in each line of the data matrix.

Template Parameters
SrcExptype of src expression
ValExptype of val expression
IndexExptype of index expression
DTypethe type of ret expression

Constructor & Destructor Documentation

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

constructor

Member Data Documentation

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

index operand

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

src operand

template<typename SrcExp, typename ValExp, typename IndexExp, typename DType>
const ValExp& mshadow::expr::MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >::val_

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