megengine.functional.logaddexp

logaddexp(x, y)[源代码]

逐元素计算数值稳定的 log(exp(x) + exp(y))

返回类型

Tensor