mxnet
Public Member Functions | Public Attributes | List of all members
mshadow::expr::UnaryMapExp< OP, TA, DType, etype > Struct Template Reference

unary map expression op(src) More...

#include <expression.h>

Inheritance diagram for mshadow::expr::UnaryMapExp< OP, TA, DType, etype >:
Inheritance graph
Collaboration diagram for mshadow::expr::UnaryMapExp< OP, TA, DType, etype >:
Collaboration graph

Public Member Functions

 UnaryMapExp (const TA &src)
 constructor More...
 
- Public Member Functions inherited from mshadow::expr::Exp< UnaryMapExp< OP, TA, DType, etype >, DType, etype >
const UnaryMapExp< OP, TA, DType, etype > & self (void) const
 
UnaryMapExp< OP, TA, DType, etype > * ptrself (void)
 

Public Attributes

const TA & src_
 source expression More...
 

Detailed Description

template<typename OP, typename TA, typename DType, int etype>
struct mshadow::expr::UnaryMapExp< OP, TA, DType, etype >

unary map expression op(src)

Template Parameters
OPoperator
TAtype of src
etypeexpression type, sa namespace::type

Constructor & Destructor Documentation

template<typename OP, typename TA, typename DType, int etype>
mshadow::expr::UnaryMapExp< OP, TA, DType, etype >::UnaryMapExp ( const TA &  src)
inlineexplicit

constructor

Member Data Documentation

template<typename OP, typename TA, typename DType, int etype>
const TA& mshadow::expr::UnaryMapExp< OP, TA, DType, etype >::src_

source expression


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