|
mxnet
|
compute conj(src) where src is a complex tensor More...
#include <complex.h>


Public Member Functions | |
| ComplexUnitaryExp (const TA &src) | |
| constructor More... | |
Public Member Functions inherited from mshadow::expr::Exp< ComplexUnitaryExp< calctype, OP, TA, DType, etype >, DType, etype > | |
| const ComplexUnitaryExp< calctype, OP, TA, DType, etype > & | self (void) const |
| ComplexUnitaryExp< calctype, OP, TA, DType, etype > * | ptrself (void) |
Public Attributes | |
| const TA & | src_ |
| source expression More... | |
compute conj(src) where src is a complex tensor
| TA | type of src |
| etype | expression type, sa namespace::type |
|
inlineexplicit |
constructor
| const TA& mshadow::expr::ComplexUnitaryExp< calctype, OP, TA, DType, etype >::src_ |
source expression
1.8.11