fnlog2_inplace_op→TensorImplPtrint log2_inplace_op(const int & a)sourceeditIn-place base-2 logarithm: writes log2x\log_2 xlog2x back into a.Math ai←log2aia_i \leftarrow \log_2 a_iai←log2ai See Also log2_op — out-of-place counterpart.ParametersaTensorImplPtrTensor to log in place. Must be non-null.ReturnsTensorImplPtrThe same pointer as a.