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/11/27 21:55:26 UTC

[GitHub] larroy commented on a change in pull request #13409: Fix shape inference problems in Activation backward

larroy commented on a change in pull request #13409: Fix shape inference problems in Activation backward
URL: https://github.com/apache/incubator-mxnet/pull/13409#discussion_r236862170
 
 

 ##########
 File path: src/operator/elemwise_op_common.h
 ##########
 @@ -128,29 +128,33 @@ inline bool ElemwiseAttr(const nnvm::NodeAttrs& attrs,
   if (n_out != -1)
     out_size = static_cast<size_t>(n_out);
 
-  auto deduce = [&](std::vector<AttrType> *vec, size_t size, const char *name) {
 
 Review comment:
   Right. We are not changing the vector in this function if you look closely.

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