CumSum ====== Performs cumulative sum of the input elements along the given axis. By default, it will do the sum inclusively meaning the first element is copied as is. Through an `exclusive` attribute, this behavior can change to exclude the first element. It can also perform summation in the opposite direction o... **Abstract Signature:** ``CumSum(x: Tensor, axis, exclusive: int, reverse: int)`` .. raw:: html