You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/16 20:33:31 UTC

[GitHub] eric-haibin-lin commented on issue #10081: [MXNET-82] [WIP] Sparse op tutorial for developers

eric-haibin-lin commented on issue #10081: [MXNET-82] [WIP] Sparse op tutorial for developers
URL: https://github.com/apache/incubator-mxnet/pull/10081#issuecomment-373837002
 
 
   @aaronmarkham made updates according to your comments. Please review the most recent commit. 
   Regarding `FCompute` and `FComputeEx`:
   
   I had a paragraph explaining the why the FCompute interface is limited and cannot be used for sparse ops. Does it make sense? 
   
   > Notice the `FCompute` interface includes TBlobs, which don't include data structures that could be used to query storage
   > types of inputs, nor manipulate auxiliary arrays like `indices` and `indptr`. 
   > Therefore, instead of the `FCompute` interface, sparse operators are registered with the following `FComputeEx` interface
   
   

----------------------------------------------------------------
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