Commit a803099f by abergeron Committed by Tianqi Chen

Add the new logical operators to the doc. (#2761)

parent ec95675c
......@@ -112,6 +112,9 @@ This level enables additional math and transform operators.
tvm.relay.greater_equal
tvm.relay.less
tvm.relay.less_equal
tvm.relay.logical_and
tvm.relay.logical_or
tvm.relay.logical_not
tvm.relay.maximum
tvm.relay.minimum
tvm.relay.power
......@@ -234,6 +237,9 @@ Level 4 Definitions
.. autofunction:: tvm.relay.greater_equal
.. autofunction:: tvm.relay.less
.. autofunction:: tvm.relay.less_equal
.. autofunction:: tvm.relay.logical_and
.. autofunction:: tvm.relay.logical_or
.. autofunction:: tvm.relay.logical_not
.. autofunction:: tvm.relay.maximum
.. autofunction:: tvm.relay.minimum
.. autofunction:: tvm.relay.power
......
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