Apache SINGA
A distributed deep learning platform .
|
binary map expression lhs [op] rhs More...
#include <tensor_expr.h>
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 | |
binary map expression lhs [op] rhs
OP | operator |
TA | type of lhs |
TB | type of rhs |
etype | expression type, sa namespace::type |