Skip to content

Commit

Permalink
Add the new logical operators to the doc. (apache#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
abergeron authored and wweic committed Mar 12, 2019
1 parent e12a8dc commit c49d5b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/langref/relay_op.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c49d5b7

Please sign in to comment.