Unverified Commit 417f0830 by Tianqi Chen Committed by GitHub

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

parent efbae0bd
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment