Skip to content

Commit

Permalink
Mooooore iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo committed Mar 30, 2019
1 parent afe3d52 commit 06ff9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev/relay_add_pass.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ Registering an API Endpoint
~~~~~~~~~~~~~~~~~~~~~~~~~~~

With the AST traversers written, the pass can be registered to become a TVM
API endpoint (more detail can be found in :doc:`runtime.md`). In order to
register the pass, we need the following code snippet:
API endpoint with the following code snippet:

.. code:: c
Expand All @@ -338,4 +337,5 @@ register the pass, we need the following code snippet:
});
And the pass can now be used in C++ and Python, though it's a good idea to
wrap the API in Python, as described in :ref:`relay-add-op`.
wrap the API in Python, as described in :ref:`relay-add-op`. More detail
about registration can be found in :doc:`runtime.md`.

0 comments on commit 06ff9eb

Please sign in to comment.