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::BinaryMapExp< OP, TA, TB, etype > Struct Template Reference

binary map expression lhs [op] rhs More...

#include <tensor_expr.h>

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

Public Member Functions

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

Public Attributes

const TA & lhs_
 left operand
 
const TB & rhs_
 right operand
 

Detailed Description

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

binary map expression lhs [op] rhs

Template Parameters
OPoperator
TAtype of lhs
TBtype of rhs
etypeexpression type, sa namespace::type

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