|
mxnet
|
a general class that allows extension that makes tensors of some shape More...
#include <expr_engine-inl.h>


Public Member Functions | |
| const SubType & | real_self (void) const |
| true self of subtype More... | |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< SubType, SrcExp, dim, DType >, DType, type::kChainer > | |
| const MakeTensorExp< SubType, SrcExp, dim, DType > & | self (void) const |
| MakeTensorExp< SubType, SrcExp, dim, DType > * | ptrself (void) |
Public Attributes | |
| Shape< dim > | shape_ |
| the shape of this expression More... | |
a general class that allows extension that makes tensors of some shape
| SubType | type of subclass |
| SrcExp | source expression of the MakeTensorExp, the source of operation |
| dim | dimension of the expression |
| DType | the type of elements |
|
inline |
true self of subtype
| Shape<dim> mshadow::expr::MakeTensorExp< SubType, SrcExp, dim, DType >::shape_ |
the shape of this expression
1.8.13