trevor-m opened a new pull request #5106: [Relay][MergeComposite] Support 
TupleGetItem in body of pattern
URL: https://github.com/apache/incubator-tvm/pull/5106
 
 
   This PR adds support to MergeComposite to support TupleGetItemNode in the 
body of the pattern only. It does not work when the root node is a 
TupleGetItemNode. We also assume that `pattern->tuple` is a Call node and not a 
Tuple node.
   
   This covers common use cases such as batch norm and get_valid_counts + 
non_max_suppression.
   
   RFC: 
https://discuss.tvm.ai/t/rfc-external-codegen-extending-mergecomposite-to-pattern-match-other-node-types/5958/2
   
   @mbaret @comaniac 

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to