tfp.substrates.jax.math.log_add_exp

Computes log(exp(x) + exp(y)) in a numerically stable way.

x float Tensor broadcastable with y.
y float Tensor broadcastable with x.
name Python str name prefixed to Ops created by this function. Default value: None (i.e., 'log_add_exp').

log_add_exp log(exp(x) + exp(y)) computed in a numerically stable way.