Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
417f0830
Unverified
Commit
417f0830
authored
Oct 05, 2018
by
Tianqi Chen
Committed by
GitHub
Oct 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCS] Add docs of logical snd right shift (#1834)
parent
efbae0bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/langref/relay_op.rst
+12
-0
No files found.
docs/langref/relay_op.rst
View file @
417f0830
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment