mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< TransposeExExp< SrcExp, DType, dimsrc >, DType > Struct Template Reference

#include <transpose.h>

Collaboration diagram for mshadow::expr::Plan< TransposeExExp< SrcExp, DType, dimsrc >, DType >:
Collaboration graph

Public Member Functions

 Plan (const TransposeExExp< SrcExp, DType, dimsrc > &e)
 
MSHADOW_XINLINE DType Eval (index_t i, index_t j) const
 

Constructor & Destructor Documentation

template<typename SrcExp , typename DType , int dimsrc>
mshadow::expr::Plan< TransposeExExp< SrcExp, DType, dimsrc >, DType >::Plan ( const TransposeExExp< SrcExp, DType, dimsrc > &  e)
inlineexplicit

Member Function Documentation

template<typename SrcExp , typename DType , int dimsrc>
MSHADOW_XINLINE DType mshadow::expr::Plan< TransposeExExp< SrcExp, DType, dimsrc >, DType >::Eval ( index_t  i,
index_t  j 
) const
inline

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