Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Relay][Docs] Relay Language Reference #2232

Merged
merged 36 commits into from
Jan 3, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
50f626a
Add back draft langref from before
slyubomirsky Dec 2, 2018
fd4ae4d
Move relay docs to top-level langref dir
slyubomirsky Dec 4, 2018
65fbaaa
Pass over expression documentation
slyubomirsky Dec 4, 2018
37ef0d7
Corrections to examples, etc., in expr docs
slyubomirsky Dec 5, 2018
e7c5a04
Incorporate jroesch's specific suggestions
slyubomirsky Dec 10, 2018
3d30695
Deduplicate text in function description
slyubomirsky Dec 10, 2018
1451e6d
Remove note about polymorphism not being implemented; it is!
slyubomirsky Dec 10, 2018
ad9c30c
Mistake in example code
slyubomirsky Dec 11, 2018
1aabbc5
Shape should precede dt in all examples
slyubomirsky Dec 11, 2018
8e97f2a
Bring if-else, tuple type, and tensor type syntax in line with text f…
slyubomirsky Dec 20, 2018
b7f25ef
Typo
slyubomirsky Dec 20, 2018
1a2e89d
Typo pass in relay_expr
slyubomirsky Dec 20, 2018
5344b79
Correct typos and rephrasing some descriptions in relay_type
slyubomirsky Dec 21, 2018
7509d01
If blocks should have braces
slyubomirsky Dec 21, 2018
8faa741
Include Relay intro in the section index
slyubomirsky Dec 21, 2018
853fb70
Add subsection on Relay graph bindings
slyubomirsky Dec 21, 2018
2c8efbf
Add internal hyperlinks to Relay dev guide and operator tutorial
slyubomirsky Dec 22, 2018
2a59e6d
Incorporate @joshpoll's suggestions in relay_expr
slyubomirsky Dec 23, 2018
1c535ad
Incorporate @joshpoll's suggestions in the langref index
slyubomirsky Dec 23, 2018
c6b6b46
Further edit in introduction to relay_expr
slyubomirsky Dec 23, 2018
cf7919c
A couple of further edits to the langref index suggested by @joshpoll
slyubomirsky Dec 23, 2018
3233192
Apply numerous corrections by @joshpoll
joshpoll Dec 25, 2018
a61ebca
Further clarification in langref index
slyubomirsky Dec 25, 2018
36fe812
More small corrections to relay_expr
slyubomirsky Dec 25, 2018
7f6a13f
Further tweaks and more examples in relay_expr
slyubomirsky Dec 25, 2018
c0c351f
More tweaks and incorporated suggestions in relay_type
slyubomirsky Dec 25, 2018
4b45cd8
Typo in example
slyubomirsky Dec 25, 2018
f26eeac
Further clarification on calls and control flow
slyubomirsky Dec 25, 2018
ffef4c8
Make dataflow vs control a section, reorganize relay_expr
slyubomirsky Dec 25, 2018
90bed3a
Subsection on TempExpr
slyubomirsky Dec 25, 2018
a1c8a3a
Move Relay in index to before Hybrid Script
slyubomirsky Dec 26, 2018
d73a0bc
Reorganize function discussion, add module section
slyubomirsky Dec 26, 2018
12ad89a
Numerous corrections and clarifications by @joshpoll
joshpoll Dec 27, 2018
342e7db
Add references to module, kinds, and type relations
slyubomirsky Dec 27, 2018
e2e4df8
Note on reordering let bindings from @joshpoll
joshpoll Jan 2, 2019
fadf3b5
Clarify semantics of if-then-else
slyubomirsky Jan 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/langref/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Language Reference
==================
This document provide references to
embedded languages in TVM stack.
This document provides references to
embedded languages in the TVM stack.
slyubomirsky marked this conversation as resolved.
Show resolved Hide resolved

.. toctree::
:maxdepth: 2

relay_intro
relay_expr
relay_type
relay_op
hybrid_script
Loading