fncube_inplace_op→TensorImplPtrint cube_inplace_op(const int & a)sourceeditIn-place cube: writes x3x^3x3 back into a.Math ai←ai3a_i \leftarrow a_i^3ai←ai3 See Also cube_op — out-of-place counterpart.ParametersaTensorImplPtrTensor to cube in place. Must be non-null.ReturnsTensorImplPtrThe same pointer as a.