Apache SINGA
A distributed deep learning platform .
|
represent a transpose expression of a container More...
#include <tensor_expr.h>
Public Member Functions | |
TransposeExp (const EType &e) | |
constructor | |
const EType & | T (void) const |
transpose expression | |
Public Member Functions inherited from mshadow::expr::Exp< TransposeExp< EType >, type::kComplex > | |
const TransposeExp< EType > & | self (void) const |
TransposeExp< EType > & | refself (void) |
Public Attributes | |
const EType & | exp |
expression to be transposed | |
represent a transpose expression of a container