ReduceLogSum

Description

Computes the logarithm sum of the input tensor in the specified direction.

Input

One input:

x: tensor of type float16 or float.

Output

One output:

y: tensor of type float16 or float.

Property

axes: The data type is an int list. Meaning: calculation axis. Value range: [-r, r-1], where r is the number of dimensions of the input data x.

keepdims: int, specifying whether to retain the reduced dimensions. Defaults to 1.

ONNX Opset Support

Opset v11/v13/v14/v15/v16