Python - tensorflow.math.reduce_logsumexp()
TensorFlow is open-source Python library designed by Google to develop Machine Learning models and deep learning neural networks. reduce_logsumexp() is used to compute log sum exp of elements across dimensions of a tensor. Syntax: tensorflow.math.reduce_logsumexp( input_tensor, axis, keepdims, name)