torch.Tensor.Tensor.logcumsumexp
Tensor.logcumsumexp(dim: number): Tensor<DynamicShape, D, Dev>Computes the log of the cumulative sum of exponentials along a dimension.
Parameters
dimnumber- The dimension to compute over
Returns
Tensor<DynamicShape, D, Dev>– cumsum-exp tensor