mindspore.Tensor.logsumexp

Tensor.logsumexp(axis, keepdims=False)[source]

For details, please refer to mindspore.ops.logsumexp().

Note

The input parameter keepdims of the inputs has the same meaning as the input parameter keep_dims in mindspore.ops.logsumexp().