You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/01 23:42:47 UTC

[GitHub] reminisce opened a new pull request #7299: Sparse retain improvement

reminisce opened a new pull request #7299: Sparse retain improvement
URL: https://github.com/apache/incubator-mxnet/pull/7299
 
 
   1. Added one kernel for sparse retain op. The kernel is invoked when the input row-sparse tensor is actually dense, i.e. `input_rsp.storage_shape = input_rsp.shape`.
   
   2. Moved all sparse retain code to file sparse_retain-inl.h and sparse_retain.cc for better readability and maintenance.
   
   @piiswrong @eric-haibin-lin @madjam  @stefanhenneking @cjolivier01 @anirudh2290 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services