eric-haibin-lin commented on a change in pull request #12230: Update Operator Implementation Tutorial URL: https://github.com/apache/incubator-mxnet/pull/12230#discussion_r216148329
########## 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: The file/line number on master branch may change in the future. Suggest to refer to the same file in v1.3.x branch. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
