Supplement the formula of ReduceLogSumExp

pull/10416/head
peixu_ren 4 years ago
parent 280e127f59
commit 04c34579b7

@ -50,6 +50,10 @@ class ReduceLogSumExp(Cell):
The dtype of the tensor to be reduced is number. The dtype of the tensor to be reduced is number.
.. math::
ReduceLogSumExp(x) = \log(\sum(e^x))
Args: Args:
axis (Union[int, tuple(int), list(int)]) - The dimensions to reduce. Default: (), reduce all dimensions. axis (Union[int, tuple(int), list(int)]) - The dimensions to reduce. Default: (), reduce all dimensions.
Only constant value is allowed. Only constant value is allowed.

Loading…
Cancel
Save