comaniac commented on a change in pull request #5676:
URL: https://github.com/apache/incubator-tvm/pull/5676#discussion_r431298138
##########
File path: docs/langref/relay_pattern.rst
##########
@@ -139,3 +237,125 @@ Domination
**********
Match child pattern, find a match for the parent pattern, insuring that the
child ultimately dominates the parrent (i.e., no nodes outside the pattern use
outputs of the parent), and that ever node betwen the child and the pattern
matches the path pattern.
+
+Applications
+============
+
+The pattern language provides not only the pattern matching but also pattern
processing. The later
Review comment:
Make sence. Removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]