haojin2 commented on a change in pull request #17401: [numpy]implement 
exponential backward
URL: https://github.com/apache/incubator-mxnet/pull/17401#discussion_r375083283
 
 

 ##########
 File path: src/operator/numpy/random/np_exponential_op.h
 ##########
 @@ -140,6 +144,60 @@ void NumpyExponentialForward(const nnvm::NodeAttrs &attrs,
   }
 }
 
+template<typename xpu, int ndim, typename DType>
+inline void ScalarExponentialReparamBackwardImpl(const OpContext& ctx,
+                                            const std::vector<TBlob>& inputs,
 
 Review comment:
   alignment

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