mxnet
Classes | Namespaces | Functions
mask.h File Reference
#include "../extension.h"
Include dependency graph for mask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::MaskExp< IndexExp, SrcExp, DType >
 Broadcast a mask and do element-wise multiplication. More...
 
struct  mshadow::expr::Plan< MaskExp< IndexExp, SrcExp, DType >, DType >
 
struct  mshadow::expr::ShapeCheck< dim, MaskExp< IndexExp, SrcExp, DType > >
 
struct  mshadow::expr::ExpInfo< MaskExp< IndexExp, SrcExp, 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 IndexExp , typename SrcExp , typename DType , int e1, int e2>
MaskExp< IndexExp, SrcExp, DType > mshadow::expr::mask (const Exp< IndexExp, DType, e1 > &index, const Exp< SrcExp, DType, e2 > &src)
 
template<typename IndexExp , typename SrcExp , typename DType >
Plan< MaskExp< IndexExp, SrcExp, DType >, DType > mshadow::expr::MakePlan (const MaskExp< IndexExp, SrcExp, DType > &exp)
 

Detailed Description

Copyright (c) 2016 by Contributors

Author
Bing Xu