masahi commented on a change in pull request #5689: URL: https://github.com/apache/incubator-tvm/pull/5689#discussion_r432183447
########## File path: docs/langref/relay_pattern.rst ########## @@ -131,6 +136,44 @@ The next example is matching a pattern of batch_norm -> get(0) -> relu: out = relay.nn.relu(tuple_get_item_node) pat.match(out) +The next example is matching a constant node regarding its values. This is useful to check +if a specific parameter in a subgraph has been bind or not. Review comment: bound, can be fixed in the next PR ---------------------------------------------------------------- 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: us...@infra.apache.org