CumulativeSum

class plaidml.op.CumulativeSum(x, axis=0)[source]

Cumulative sum of a tensor

Methods

__init__(x[, axis]) Operation constructor.
bind(bindings) Builds an output variable dictionary for the operation.
function(*args, **kwargs) Invokes an Operation as a function.
sole_output()