Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Member Functions | Public Attributes | List of all members
mshadow::expr::TransposeExp< EType > Struct Template Reference

represent a transpose expression of a container More...

#include <tensor_expr.h>

Inheritance diagram for mshadow::expr::TransposeExp< EType >:
mshadow::expr::Exp< TransposeExp< EType >, type::kComplex >

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
 

Detailed Description

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

represent a transpose expression of a container


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