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/23 15:08:10 UTC

[GitHub] cjolivier01 commented on a change in pull request #7577: Sparse operators for unary and binary elemwise NDArray operators.

cjolivier01 commented on a change in pull request #7577: Sparse operators for unary and binary elemwise NDArray operators.
URL: https://github.com/apache/incubator-mxnet/pull/7577#discussion_r134779977
 
 

 ##########
 File path: src/operator/operator_common.h
 ##########
 @@ -414,6 +401,14 @@ void FCompExFallback(const nnvm::NodeAttrs& attrs,
           << ") == " << param << ".shape[0] (" << rsp.shape()[0] << ").";          \
   }
 
+template<typename xpu, int ndim, typename DType>
+inline mshadow::Tensor<xpu, ndim, DType> AllocateTempDataForSparseHandling(
 
 Review comment:
   This is for alpha-only and will be removed.  It is intentionally named to not appear as a general-purpose function.
 
----------------------------------------------------------------
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