fncosh_inplace_op→TensorImplPtrint cosh_inplace_op(const int & a)sourceeditIn-place hyperbolic cosine: writes coshx\cosh xcoshx back into a.Math ai←cosh(ai)a_i \leftarrow \cosh(a_i)ai←cosh(ai) See Also cosh_op — out-of-place counterpart.ParametersaTensorImplPtrTensor to cosh in place. Must be non-null.ReturnsTensorImplPtrThe same pointer as a.