Skip to content
Snippets Groups Projects
Unverified Commit 417f0830 authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

[DOCS] Add docs of logical snd right shift (#1834)

parent efbae0bd
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ This level enables typical convnet models.
.. autosummary::
:nosignatures:
tvm.relay.right_shift
tvm.relay.equal
tvm.relay.not_equal
tvm.relay.greater
......@@ -66,3 +67,14 @@ Level 1 Definitions
Level 2 Definitions
-------------------
.. autofunction:: tvm.relay.nn.conv2d
Level 4 Definitions
-------------------
.. autofunction:: tvm.relay.right_shift
.. autofunction:: tvm.relay.equal
.. autofunction:: tvm.relay.not_equal
.. autofunction:: tvm.relay.greater
.. autofunction:: tvm.relay.greater_equal
.. autofunction:: tvm.relay.less
.. autofunction:: tvm.relay.less_equal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment