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 2019/01/10 04:16:05 UTC

[GitHub] rondogency commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function

rondogency commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function
URL: https://github.com/apache/incubator-mxnet/pull/13811#discussion_r246631946
 
 

 ##########
 File path: src/operator/mshadow_op.h
 ##########
 @@ -169,6 +169,93 @@ struct softrelu : public mxnet_op::tunable {
 
 MXNET_UNARY_MATH_OP(softrelu_grad, -math::expm1(-a));
 
+
+/* The next function is taken from 
 
 Review comment:
   should I keep the entire license text in the new file?

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