mxnet
Public Member Functions | Public Attributes | List of all members
mshadow::expr::TransposeExp< EType, DType > Struct Template Reference

represent a transpose expression of a container More...

#include <expression.h>

Inheritance diagram for mshadow::expr::TransposeExp< EType, DType >:
Inheritance graph
Collaboration diagram for mshadow::expr::TransposeExp< EType, DType >:
Collaboration graph

Public Member Functions

 TransposeExp (const EType &e)
 constructor More...
 
const EType & T (void) const
 transpose expression More...
 
- Public Member Functions inherited from mshadow::expr::Exp< TransposeExp< EType, DType >, DType, type::kChainer >
const TransposeExp< EType, DType > & self (void) const
 
TransposeExp< EType, DType > * ptrself (void)
 

Public Attributes

const EType & exp
 expression to be transposed More...
 

Detailed Description

template<typename EType, typename DType>
struct mshadow::expr::TransposeExp< EType, DType >

represent a transpose expression of a container

Constructor & Destructor Documentation

template<typename EType, typename DType>
mshadow::expr::TransposeExp< EType, DType >::TransposeExp ( const EType &  e)
inlineexplicit

constructor

Member Function Documentation

template<typename EType, typename DType>
const EType& mshadow::expr::TransposeExp< EType, DType >::T ( void  ) const
inline

transpose expression

Member Data Documentation

template<typename EType, typename DType>
const EType& mshadow::expr::TransposeExp< EType, DType >::exp

expression to be transposed


The documentation for this struct was generated from the following file: