mxnet
Classes | Namespaces | Functions
fill.h File Reference

support for implicit array filling operation More...

#include "../extension.h"
Include dependency graph for fill.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >
 Set value of a specific element in each line of the data matrix. More...
 
struct  mshadow::expr::Plan< MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >, DType >
 
struct  mshadow::expr::ShapeCheck< dim, MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType > >
 
struct  mshadow::expr::ExpInfo< MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType > >
 

Namespaces

 mshadow
 namespace for mshadow
 
 mshadow::expr
 namespace for abstract expressions and expressions template, have no dependency on tensor.h, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way
 

Functions

template<typename SrcExp , typename ValExp , typename IndexExp , typename SDType , typename VDType , typename IDType , int e1, int e2, int e3>
MatFillRowElementExp< SrcExp, ValExp, IndexExp, SDType > mshadow::expr::mat_fill_row_element (const Exp< SrcExp, SDType, e1 > &src, const Exp< ValExp, VDType, e2 > &val, const Exp< IndexExp, IDType, e3 > &index)
 
template<typename SrcExp , typename ValExp , typename IndexExp , typename DType >
Plan< MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType >, DType > mshadow::expr::MakePlan (const MatFillRowElementExp< SrcExp, ValExp, IndexExp, DType > &exp)
 

Detailed Description

support for implicit array filling operation

Copyright (c) 2015 by Contributors

Author
Xingjian Shi