Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | List of all members
mshadow::expr::Exp< SubType, exp_type > Struct Template Reference

base class for expression More...

#include <tensor_expr.h>

Public Member Functions

const SubType & self (void) const
 
SubType & refself (void)
 

Detailed Description

template<typename SubType, int exp_type>
struct mshadow::expr::Exp< SubType, exp_type >

base class for expression

Template Parameters
SubTypeinheritated class must put their type into this parameter
exp_typeexpression type, see namespace type

Member Function Documentation

template<typename SubType, int exp_type>
SubType& mshadow::expr::Exp< SubType, exp_type >::refself ( void  )
inline
Returns
reference of subtype instance of current class
template<typename SubType, int exp_type>
const SubType& mshadow::expr::Exp< SubType, exp_type >::self ( void  ) const
inline
Returns
subtype instance of current class

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