Element-wise scalar-exponent power — returns with a fully wired autograd node.
Math
\frac{\partial y_i}{\partial x_i} = \text{exp} \cdot x_i^{\text{exp} - 1}$$ **Shape** Output shape equals input shape (elementwise). **See Also** `rpow_scalar_op`, `PowScalarBackward`.Parameters
aTensorImplPtrInput tensor (promoted to FP32 by the op schema).
expdoubleScalar exponent.
Returns
TensorImplPtrOutput tensor with the same shape as a; gradient is .