mbrookhart commented on pull request #5689: URL: https://github.com/apache/incubator-tvm/pull/5689#issuecomment-635675067
@comaniac The input VarPattern name is already optional, if you use is_input() it will match any VarNode https://github.com/apache/incubator-tvm/blob/a072da0588c542757d2815832b7f010f530b2428/src/relay/ir/dataflow_matcher.cc#L386-L395 https://github.com/apache/incubator-tvm/blob/a072da0588c542757d2815832b7f010f530b2428/python/tvm/relay/dataflow_pattern/__init__.py#L171-L185 I'm not sure that made it into the document or test cases, I'll make sure to update in the followup 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: [email protected]
