We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802006b commit 13a29dcCopy full SHA for 13a29dc
litert/python/aot/core/apply_plugin.py
@@ -29,8 +29,8 @@
29
_BINARY = pathlib.Path("tools/apply_plugin_main")
30
31
_RE_PARTITION_STATS = re.compile(
32
- r"PartitionSubgraph: (\d+), selected num ops: (\d+), from totoal ops:"
33
- r" (\d+), num partitions: (\d+)"
+ r"Partitioned subgraph<(\d+)>, selected (\d+) ops, from a total of "
+ r"(\d+) ops. resulted in (\d+) partitions."
34
)
35
36
0 commit comments