Skip to content

Commit

Permalink
Update docs for some new modules (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfu authored and tqchen committed Jan 17, 2019
1 parent d274e4b commit 985e7d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api/python/contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ tvm.contrib.rocm
.. automodule:: tvm.contrib.rocm
:members:

tvm.contrib.sparse
~~~~~~~~~~~~~~~~~~
.. automodule:: tvm.contrib.sparse
:members:


tvm.contrib.spirv
~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 4 additions & 0 deletions docs/api/python/relay/frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ tvm.relay.frontend
.. automodule:: tvm.relay.frontend

.. autofunction:: tvm.relay.frontend.from_mxnet

.. autofunction:: tvm.relay.frontend.from_keras

.. autofunction:: tvm.relay.frontend.from_onnx
5 changes: 5 additions & 0 deletions docs/api/python/topi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ topi.image
~~~~~~~~~~
.. autofunction:: topi.image.resize

topi.sparse
~~~~~~~~~~~
.. autofunction:: topi.sparse.csrmv
.. autofunction:: topi.sparse.csrmm
.. autofunction:: topi.sparse.dense

topi.generic
~~~~~~~~~~~~
Expand Down

0 comments on commit 985e7d7

Please sign in to comment.