|
mxnet
|
binary map expression lhs [op] rhs More...
#include <expression.h>


Public Member Functions | |
| BinaryMapExp (const TA &lhs, const TB &rhs) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< BinaryMapExp< OP, TA, TB, DType, etype >, DType, etype > | |
| const BinaryMapExp< OP, TA, TB, DType, etype > & | self (void) const |
| BinaryMapExp< OP, TA, TB, DType, etype > * | ptrself (void) |
Public Attributes | |
| const TA & | lhs_ |
| left operand More... | |
| const TB & | rhs_ |
| right operand More... | |
binary map expression lhs [op] rhs
| OP | operator |
| TA | type of lhs |
| TB | type of rhs |
| etype | expression type, sa namespace::type |
|
inlineexplicit |
constructor
| const TA& mshadow::expr::BinaryMapExp< OP, TA, TB, DType, etype >::lhs_ |
left operand
| const TB& mshadow::expr::BinaryMapExp< OP, TA, TB, DType, etype >::rhs_ |
right operand
1.8.13