mindspore.ops.bessel_k1e ======================== .. py:function:: mindspore.ops.bessel_k1e(x) 逐元素计算输入tensor的指数缩放第二类一阶修正贝塞尔函数值。 .. math:: \begin{array}{ll} \\ K_{1}e(x)= e^{(-|x|)} * K_{1}(x) = e^{(-|x|)} * \int_{0} ^{\infty} e^{-x \cosh t} \cosh (t) d t \end{array} 参数: - **x** (Tensor) - 输入tensor。 返回: Tensor