Mojo module
cumsum
Functions
-
cumsum
: Implements the CumSum operator from the ONNX spec: https://github.com/onnx/onnx/blob/main/docs/Operators.md#CumSum Computes cumulative sum of the input elements along the given axis. Cumulative sum can be inclusive or exclusive of the top element, and normal or reverse (direction along a given axis).
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!