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

unary map expression op(src) More...

#include <tensor_expr.h>

Inheritance diagram for mshadow::expr::UnaryMapExp< OP, TA, etype >:
mshadow::expr::Exp< UnaryMapExp< OP, TA, etype >, etype >

Public Member Functions

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

Public Attributes

const TA & src_
 source expression
 

Detailed Description

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

unary map expression op(src)

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

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