rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations

Home Page:https://docs.rs/ndarray/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement cumprod

unrenormalizable opened this issue · comments

cumprod numpy has this implemented. It is the torch.cumprod It will be good to have this implemented.

The library I am working on burn - is adding prod functionality and this is required to implement the gradient.

Ref: #1351