Apache SINGA
A distributed deep learning platform .
|
unary map expression op(src) More...
#include <tensor_expr.h>
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 | |
unary map expression op(src)
OP | operator |
TA | type of src |
etype | expression type, sa namespace::type |