Files
apache--tvm/python/tvm/relay/dataflow_pattern
Matthew Brookhart 7e68b4d413 [PatternMatcher] Support matching tuples, call nodes, and functions with variable numbers of inputs (#7754)
* Allow TuplePattern to have null fields and match any tuple

* support matching functions and call nodes with variable numbers of parameters

* remove development code that was commented out

* add docs for fuzzy matching
2021-04-03 18:12:13 +09:00
..