ChaiBapchya opened a new pull request #14354: [WIP] Ndarray cumsum
URL: https://github.com/apache/incubator-mxnet/pull/14354
 
 
   ## Description ##
   Fixes #13001 
   Numpy has cumsum - takes sum cumulatively. This PR is its NDArray API 
equivalent.
   
   ### Changes ###
   
   ## Comments ##
   - @eric-haibin-lin wanted your help on 2 things
   1. implementing forward function
   2. wanted to confirm api should look like this - 
   mxnet.ndarray.cumsum(data=None, axis=_Null, keepdims=_Null, out=None, 
name=None, **kwargs)
   
   or
   
   mxnet.ndarray.cumsum(data=None, axis=_Null, out=None, name=None, **kwargs)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to