@comaniac
I printed the mod value after partition. It is coming correctly. I found the
problem with my setup. The issue has been solved now.
---
[Visit
Topic](https://discuss.tvm.ai/t/seeing-many-input-placeholders-in-graph-json-using-byoc/6708/3)
to respond.
You are receiving this beca
Considering the weight of every layer will be an individual input, it might be
fine.
Could you print out the graph after the partition pass? For example:
```
print(mod)
mod = relay.transform.AnnotateTarget("external_compiler")(mod)
mod = relay.transform.MergeCompilerRegions()(mod)
mod = relay.t
Hi Team,
After building the resnet18 example with BYOC, the resultant json file is
showing lot of input nodes. Could you please check.?
Below is the code i have used for partition and compiling.
def _register_external_op_helper(op_name, supported=True):
@reg.register(op_name, "target.ex