|
| ReduceWithAxisExp (const SrcExp &src, int axis) |
|
Public Member Functions inherited from mshadow::expr::MakeTensorExp< ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst >, SrcExp, dimdst, DType > |
const ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst > & | real_self (void) const |
| true self of subtype More...
|
|
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst >, SrcExp, dim, DType >, DType, type::kChainer > |
const MakeTensorExp< ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst >, SrcExp, dim, DType > & | self (void) const |
|
MakeTensorExp< ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst >, SrcExp, dim, DType > * | ptrself (void) |
|
template<typename Reducer, typename SrcExp, typename DType, int dimsrc, bool mask, int dimdst>
struct mshadow::expr::ReduceWithAxisExp< Reducer, SrcExp, DType, dimsrc, mask, dimdst >
reduce out the dimension of src labeled by axis.
- Template Parameters
-
Reducer | type of reducer |
SrcExp | type of source expression |
DType | data type |