This class implements a layer that performs cumulative sum along the given dimension.
void SetDimension(TBlobDim newDim);
Sets the dimension along which the cumulative sum should be calculated.
void SetReverse(bool newReverse);
If set to true
then cumulative sum will be calculated in reverse order.
This layer has no trainable parameters.
The single input accepts a blob of any size and data type.
The single output contains a blob of the same size and data type.