In-place natural exponential: writes back into a.
Math
See Also
exp_op — out-of-place counterpart.
Parameters
aTensorImplPtrTensor to exponentiate in place. Must be non-null. AMP may promote integer inputs to float before dispatch; the promoted dtype is written back to
a.Returns
TensorImplPtrThe same pointer as a.