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/09/10 21:01:47 UTC

[GitHub] anirudhacharya commented on a change in pull request #12230: Update Operator Implementation Tutorial

anirudhacharya commented on a change in pull request #12230: Update Operator Implementation Tutorial
URL: https://github.com/apache/incubator-mxnet/pull/12230#discussion_r216471594
 
 

 ##########
 File path: docs/faq/add_op_in_backend.md
 ##########
 @@ -601,8 +646,8 @@ using nnvm. Congratulations! You now know how to add operators.
 We welcome your contributions to MXNet.
 
 **Note**: Source code in the tutorial can be found in
-[quadratic_op-inl.h](https://github.com/reminisce/mxnet/blob/add_op_example_for_tutorial/src/operator/tensor/quadratic_op-inl.h),
-[quadratic_op.cc](https://github.com/reminisce/mxnet/blob/add_op_example_for_tutorial/src/operator/tensor/quadratic_op.cc),
-[quadratic_op.cu](https://github.com/reminisce/mxnet/blob/add_op_example_for_tutorial/src/operator/tensor/quadratic_op.cu),
+[quadratic_op-inl.h](https://github.com/apache/incubator-mxnet/blob/master/src/operator/contrib/quadratic_op-inl.h),
 
 Review comment:
   but won't it be wrong that we will point users to v1.3.x branch and this change won't even be in that branch the v1.3 cut has already been made and this PR is not part of it.

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