Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
New tutorial of implementing operators in MXNet backend (#7828)
Browse files Browse the repository at this point in the history
* Tutorial first commit

* Add shape/dtype inference tutorial

* Add forward function

* Delete trailing spaces

* Add fwd/bwd registration

* Finish

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix based on comments

* Change index

* Fix shape inference example

* Address comments

* More fix
  • Loading branch information
reminisce authored and piiswrong committed Sep 28, 2017
1 parent 0449cc6 commit d21de24
Show file tree
Hide file tree
Showing 2 changed files with 611 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ and full working examples, visit the [tutorials section](../tutorials/index.md).

* [How do I contribute a patch to MXNet?](http://mxnet.io/community/contribute.html)

* [How do I implement operators in MXNet backend?](http://mxnet.io/how_to/add_op_in_backend.html)

* [How do I create new operators in MXNet?](http://mxnet.io/how_to/new_op.html)

* [How do I set MXNet's environmental variables?](http://mxnet.io/how_to/env_var.html)
Expand Down

0 comments on commit d21de24

Please sign in to comment.