I have the input of subgraph relay under BYOC mode.
However, I noticed that I cannot use any useful APIs under tvm.relay.transform namespace, since the later always looking for “main” symbol.
In my input subgraph, I only got the symbol like the customized accelerator name, e.g. “acc_xx”.
I am wondering the necessarity behind why tvm.relay.transform passes all need to look for “main” symbol and it there any work-around in my case, like maybe inserting a “main” into my relay subgraph?