Go to the source code of this file.
Classes | |
class | magmadnn::op::TanhOp< T > |
Functions | |
template<typename T > | |
TanhOp< T > * | magmadnn::op::tanh (Operation< T > *x, bool copy) |
TanhOp< T > * magmadnn::op::tanh | ( | Operation< T > * | x, |
bool | copy = true |
||
) |
Returns a new tanh operation, which is an element-wise tanh execution over x.
T |
x | |
copy | if true, then a new tensor is returned else x is overwritten. |