mxnet
Classes | Namespaces | Functions
choose.h File Reference

support for implicit array selection operation More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::MatChooseRowElementExp< SrcExp, IndexExp, DType >
 Make a choice of index in the lowest changing dimension. More...
 
struct  mshadow::expr::Plan< MatChooseRowElementExp< SrcExp, IndexExp, DType >, DType >
 
struct  mshadow::expr::ShapeCheck< dim, MatChooseRowElementExp< SrcExp, IndexExp, DType > >
 
struct  mshadow::expr::ExpInfo< MatChooseRowElementExp< SrcExp, 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 IndexExp , typename DType , typename IDType , int e1, int e2>
MatChooseRowElementExp< SrcExp, IndexExp, DType > mshadow::expr::mat_choose_row_element (const Exp< SrcExp, DType, e1 > &src, const Exp< IndexExp, IDType, e2 > &index)
 
template<typename SrcExp , typename IndexExp , typename DType >
Plan< MatChooseRowElementExp< SrcExp, IndexExp, DType >, DType > mshadow::expr::MakePlan (const MatChooseRowElementExp< SrcExp, IndexExp, DType > &exp)
 

Detailed Description

support for implicit array selection operation

Copyright (c) 2014 by Contributors

Author
Tianqi Chen