Files
apache--tvm/python/tvm/relay/dataflow_pattern
Elen Kalda d263c6d430 [Pattern matching] Add an option to rewrite the graph only once (#8843)
* [Pattern matching] Add an option to rewrite the graph only once

If the graph returned from the callback consists of the original
pattern, the rewriter will run in the loop, which is not always desired.
So this patch proposes an option to run the rewriter only once.

Change-Id: I85cf0a055b8961d52394f21c1e4d7aad0a7e1d06

* Make rewrite_once default to false

Change-Id: Idf6f01f254c403158883681e75c2a5978efbd2d0
2021-08-26 10:06:23 -07:00
..